summaryrefslogtreecommitdiffstats
path: root/Src/loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/loop.c')
-rw-r--r--Src/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/loop.c b/Src/loop.c
index 979285abc..ba01b1da5 100644
--- a/Src/loop.c
+++ b/Src/loop.c
@@ -774,7 +774,7 @@ exectry(Estate state, int do_exec)
contflag = 0;
state->pc = always;
- execlist(state, 1, do_exec);
+ execlist(state, 1, 0);
if (try_errflag)
errflag |= ERRFLAG_ERROR;