mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-12 09:24:07 +00:00
Prevent adding side traces for stack checks.
This commit is contained in:
parent
f3374b5266
commit
18309b0a25
@ -607,6 +607,7 @@ static TValue *trace_state(lua_State *L, lua_CFunction dummy, void *ud)
|
||||
}
|
||||
lj_opt_split(J);
|
||||
lj_opt_sink(J);
|
||||
if (!J->loopref) J->cur.snap[J->cur.nsnap-1].count = SNAPCOUNT_DONE;
|
||||
J->state = LJ_TRACE_ASM;
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user