diff options
Diffstat (limited to 'arith.c')
-rw-r--r-- | arith.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2306,7 +2306,7 @@ val lognot(val a, val bits) { val b; - if (default_bool_arg(bits)) + if (default_null_arg(bits)) return comp_trunc(a, bits); switch (type(a)) { |