diff --git a/src/jit/dump.lua b/src/jit/dump.lua index fe57af8f..6a77f928 100644 --- a/src/jit/dump.lua +++ b/src/jit/dump.lua @@ -547,10 +547,8 @@ local function dump_trace(what, tr, func, pc, otr, oex) out:write("---- TRACE ", tr, " ", what) if otr then out:write(" ", otr, "/", oex) end out:write(" ", fmtfunc(func, pc), "\n") - recprefix = "" elseif what == "stop" or what == "abort" then out:write("---- TRACE ", tr, " ", what) - recprefix = nil if what == "abort" then out:write(" ", fmtfunc(func, pc), " -- ", fmterr(otr, oex), "\n") else