mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Fix snapshot dumps.
This commit is contained in:
parent
21d6709271
commit
fb2c583cfc
@ -267,7 +267,7 @@ end
|
||||
|
||||
local function printsnap(tr, snap)
|
||||
local n = 2
|
||||
for s=0,snap[1] do
|
||||
for s=0,snap[1]-1 do
|
||||
local sn = snap[n]
|
||||
if shr(sn, 24) == s then
|
||||
n = n + 1
|
||||
|
Loading…
Reference in New Issue
Block a user