diff options
author | Mike Pall <mike> | 2015-10-01 16:34:37 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2015-10-01 16:34:37 +0200 |
commit | 22a9ed838b9bad0322a9201fedcc75fb638131e9 (patch) | |
tree | 49eb32fbf4215df6ba01a2938d1914b1afef8be5 /src/jit | |
parent | 86c21bd245f7a1b1aef09999f502997f0656f127 (diff) | |
parent | 2e85af8836931f10aaaaae8c10f9b394219187a5 (diff) | |
download | luajit-22a9ed838b9bad0322a9201fedcc75fb638131e9.tar.gz luajit-22a9ed838b9bad0322a9201fedcc75fb638131e9.tar.bz2 luajit-22a9ed838b9bad0322a9201fedcc75fb638131e9.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'src/jit')
-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 5f858492..b1cdcfe2 100644 --- a/src/jit/dump.lua +++ b/src/jit/dump.lua | |||
@@ -571,6 +571,7 @@ local function dump_trace(what, tr, func, pc, otr, oex) | |||
571 | end | 571 | end |
572 | if dumpmode.H then out:write("</pre>\n\n") else out:write("\n") end | 572 | if dumpmode.H then out:write("</pre>\n\n") else out:write("\n") end |
573 | else | 573 | else |
574 | if what == "flush" then symtab, nexitsym = {}, 0 end | ||
574 | out:write("---- TRACE ", what, "\n\n") | 575 | out:write("---- TRACE ", what, "\n\n") |
575 | end | 576 | end |
576 | out:flush() | 577 | out:flush() |