aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/interp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp.c b/src/interp.c
index ad532f2..7fdd4b1 100644
--- a/src/interp.c
+++ b/src/interp.c
@@ -258,7 +258,7 @@ union interp_ret ejit_run(struct ejit_func *f, size_t paramc, struct ejit_arg pa
};
}
-top:
+top:;
union interp_ret retval = {.i = 0};
union fpr {
double d;