ARM: Add LJ_SOFTFP define. Add support for soft-float slot handling.
This commit is contained in:
@@ -320,6 +320,10 @@ local function printsnap(tr, snap)
|
||||
else
|
||||
local m, ot, op1, op2 = traceir(tr, ref)
|
||||
out:write(colorize(format("%04d", ref), band(ot, 31)))
|
||||
if band(sn, 0x80000) ~= 0 then -- SNAP_SOFTFPNUM
|
||||
local m, ot, op1, op2 = traceir(tr, ref+1)
|
||||
out:write(colorize(format("/%04d", ref+1), band(ot, 31)))
|
||||
end
|
||||
end
|
||||
out:write(band(sn, 0x10000) == 0 and " " or "|") -- SNAP_FRAME
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user