diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/dump.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dump.lua b/lib/dump.lua index 39de30d0..f87f5e1d 100644 --- a/lib/dump.lua +++ b/lib/dump.lua | |||
| @@ -391,8 +391,8 @@ local function dump_ir(tr, dumpsnap, dumpreg) | |||
| 391 | out:write(format("%04d ", ins)) | 391 | out:write(format("%04d ", ins)) |
| 392 | end | 392 | end |
| 393 | out:write(format("%s%s %s %s ", | 393 | out:write(format("%s%s %s %s ", |
| 394 | band(ot, 64) == 0 and " " or ">", | 394 | band(ot, 128) == 0 and " " or ">", |
| 395 | band(ot, 128) == 0 and " " or "+", | 395 | band(ot, 64) == 0 and " " or "+", |
| 396 | irtype[t], op)) | 396 | irtype[t], op)) |
| 397 | local m1 = band(m, 3) | 397 | local m1 = band(m, 3) |
| 398 | if sub(op, 1, 4) == "CALL" then | 398 | if sub(op, 1, 4) == "CALL" then |
