mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +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
|
if otr then out:write(" ", otr, "/", oex) end
|
||||||
out:write(" ", fmtfunc(func, pc), "\n")
|
out:write(" ", fmtfunc(func, pc), "\n")
|
||||||
recprefix = ""
|
recprefix = ""
|
||||||
reclevel = 0
|
|
||||||
elseif what == "stop" or what == "abort" then
|
elseif what == "stop" or what == "abort" then
|
||||||
out:write("---- TRACE ", tr, " ", what)
|
out:write("---- TRACE ", tr, " ", what)
|
||||||
recprefix = nil
|
recprefix = nil
|
||||||
|
Loading…
Reference in New Issue
Block a user