aboutsummaryrefslogtreecommitdiff
path: root/src/jit
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit')
-rw-r--r--src/jit/dis_arm64.lua2
-rw-r--r--src/jit/dump.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/jit/dis_arm64.lua b/src/jit/dis_arm64.lua
index ea7ca828..ad909fbd 100644
--- a/src/jit/dis_arm64.lua
+++ b/src/jit/dis_arm64.lua
@@ -1089,7 +1089,7 @@ local function disass_ins(ctx)
1089 last = "#"..(sf+32 - immr) 1089 last = "#"..(sf+32 - immr)
1090 operands[#operands] = last 1090 operands[#operands] = last
1091 x = x + 1 1091 x = x + 1
1092 elseif x >= immr then 1092 else
1093 name = a2 1093 name = a2
1094 x = x - immr + 1 1094 x = x - immr + 1
1095 end 1095 end
diff --git a/src/jit/dump.lua b/src/jit/dump.lua
index 4806f4c4..03140196 100644
--- a/src/jit/dump.lua
+++ b/src/jit/dump.lua
@@ -288,7 +288,7 @@ local litname = {
288 ["FREF "] = vmdef.irfield, 288 ["FREF "] = vmdef.irfield,
289 ["FPMATH"] = vmdef.irfpm, 289 ["FPMATH"] = vmdef.irfpm,
290 ["TMPREF"] = { [0] = "", "IN", "OUT", "INOUT", "", "", "OUT2", "INOUT2" }, 290 ["TMPREF"] = { [0] = "", "IN", "OUT", "INOUT", "", "", "OUT2", "INOUT2" },
291 ["BUFHDR"] = { [0] = "RESET", "APPEND" }, 291 ["BUFHDR"] = { [0] = "RESET", "APPEND", "WRITE" },
292 ["TOSTR "] = { [0] = "INT", "NUM", "CHAR" }, 292 ["TOSTR "] = { [0] = "INT", "NUM", "CHAR" },
293} 293}
294 294