From 477c6890b0e9e934c5dbccb3f335da0f175f1a8f Mon Sep 17 00:00:00 2001 From: Philippe Altherr Date: Sun, 26 Oct 2025 13:39:33 -0700 Subject: 53732: avoid tail-call exec in always block --- Src/loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') 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; -- cgit v1.2.3-70-g09d2