Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'luajit-2.1/src/jit/dump.lua')
-rw-r--r--luajit-2.1/src/jit/dump.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/luajit-2.1/src/jit/dump.lua b/luajit-2.1/src/jit/dump.lua
index 5f85849..b1cdcfe 100644
--- a/luajit-2.1/src/jit/dump.lua
+++ b/luajit-2.1/src/jit/dump.lua
@@ -571,6 +571,7 @@ local function dump_trace(what, tr, func, pc, otr, oex)
end
if dumpmode.H then out:write("</pre>\n\n") else out:write("\n") end
else
+ if what == "flush" then symtab, nexitsym = {}, 0 end
out:write("---- TRACE ", what, "\n\n")
end
out:flush()