aboutsummaryrefslogtreecommitdiffstats
path: root/interpret.h
diff options
context:
space:
mode:
Diffstat (limited to 'interpret.h')
-rw-r--r--interpret.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/interpret.h b/interpret.h
index ab6c9b33..0a306848 100644
--- a/interpret.h
+++ b/interpret.h
@@ -321,6 +321,7 @@ top:
case Op_K_break:
case Op_K_continue:
case Op_jmp:
+ assert(pc->target_jmp != NULL);
JUMPTO(pc->target_jmp);
case Op_jmp_false: