diff options
Diffstat (limited to 'Src/loop.c')
-rw-r--r-- | Src/loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/loop.c b/Src/loop.c index db5b3e097..7c3e04b8a 100644 --- a/Src/loop.c +++ b/Src/loop.c @@ -793,6 +793,7 @@ exectry(Estate state, int do_exec) cmdpop(); popheap(); state->pc = end; + this_noerrexit = 1; return endval; } |