mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Remove bogus global in -jdump.
This commit is contained in:
parent
33ef1fa524
commit
653327b33a
@ -463,7 +463,6 @@ local function dump_trace(what, tr, func, pc, otr, oex)
|
||||
if otr then out:write(" ", otr, "/", oex) end
|
||||
out:write(" ", fmtfunc(func, pc), "\n")
|
||||
recprefix = ""
|
||||
reclevel = 0
|
||||
elseif what == "stop" or what == "abort" then
|
||||
out:write("---- TRACE ", tr, " ", what)
|
||||
recprefix = nil
|
||||
|
Loading…
Reference in New Issue
Block a user