diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-19 13:36:49 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-19 13:36:49 +0200 |
commit | 0a1746da98ef24b887074bad1c390523f6c4b190 (patch) | |
tree | ed266131000fafdfa1bdf780d22683dad7b8eaf0 /interpret.h | |
parent | a892293556960b0813098ede7da7a34774da7d3c (diff) | |
download | egawk-0a1746da98ef24b887074bad1c390523f6c4b190.tar.gz egawk-0a1746da98ef24b887074bad1c390523f6c4b190.tar.bz2 egawk-0a1746da98ef24b887074bad1c390523f6c4b190.zip |
SYMTAB enhancements, bug fix. Doc additions.
Diffstat (limited to 'interpret.h')
-rw-r--r-- | interpret.h | 1 |
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: |