aboutsummaryrefslogtreecommitdiffhomepage
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index ecfc9ed..8b4e7fb 100644
--- a/eval.c
+++ b/eval.c
@@ -195,6 +195,7 @@ binop(struct expr *ex, enum evalmode mode)
default: return 0;
#undef ef
}
+
return numcast(ex->ty.t, ex, lhs);
}