diff options
-rw-r--r-- | src/jit/dump.lua | 2 |
1 files changed, 0 insertions, 2 deletions
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) | |||
547 | out:write("---- TRACE ", tr, " ", what) | 547 | out:write("---- TRACE ", tr, " ", what) |
548 | if otr then out:write(" ", otr, "/", oex) end | 548 | if otr then out:write(" ", otr, "/", oex) end |
549 | out:write(" ", fmtfunc(func, pc), "\n") | 549 | out:write(" ", fmtfunc(func, pc), "\n") |
550 | recprefix = "" | ||
551 | elseif what == "stop" or what == "abort" then | 550 | elseif what == "stop" or what == "abort" then |
552 | out:write("---- TRACE ", tr, " ", what) | 551 | out:write("---- TRACE ", tr, " ", what) |
553 | recprefix = nil | ||
554 | if what == "abort" then | 552 | if what == "abort" then |
555 | out:write(" ", fmtfunc(func, pc), " -- ", fmterr(otr, oex), "\n") | 553 | out:write(" ", fmtfunc(func, pc), " -- ", fmterr(otr, oex), "\n") |
556 | else | 554 | else |