mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Fix frame depth display for bytecode dump in -jdump.
This commit is contained in:
parent
ef3cc47f9f
commit
e94150877d
@ -547,10 +547,8 @@ local function dump_trace(what, tr, func, pc, otr, oex)
|
|||||||
out:write("---- TRACE ", tr, " ", what)
|
out:write("---- TRACE ", tr, " ", what)
|
||||||
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 = ""
|
|
||||||
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
|
|
||||||
if what == "abort" then
|
if what == "abort" then
|
||||||
out:write(" ", fmtfunc(func, pc), " -- ", fmterr(otr, oex), "\n")
|
out:write(" ", fmtfunc(func, pc), " -- ", fmterr(otr, oex), "\n")
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user