diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/jit/dump.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jit/dump.lua b/src/jit/dump.lua index d15c528e..e6ea18a8 100644 --- a/src/jit/dump.lua +++ b/src/jit/dump.lua | |||
@@ -564,6 +564,7 @@ local function dump_trace(what, tr, func, pc, otr, oex) | |||
564 | end | 564 | end |
565 | if dumpmode.H then out:write("</pre>\n\n") else out:write("\n") end | 565 | if dumpmode.H then out:write("</pre>\n\n") else out:write("\n") end |
566 | else | 566 | else |
567 | if what == "flush" then symtab, nexitsym = {}, 0 end | ||
567 | out:write("---- TRACE ", what, "\n\n") | 568 | out:write("---- TRACE ", what, "\n\n") |
568 | end | 569 | end |
569 | out:flush() | 570 | out:flush() |