aboutsummaryrefslogtreecommitdiff
path: root/src/jit/dis_arm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/dis_arm.lua')
-rw-r--r--src/jit/dis_arm.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/dis_arm.lua b/src/jit/dis_arm.lua
index 661f661a..8ad902cd 100644
--- a/src/jit/dis_arm.lua
+++ b/src/jit/dis_arm.lua
@@ -12,7 +12,7 @@
12 12
13local type = type 13local type = type
14local sub, byte, format = string.sub, string.byte, string.format 14local sub, byte, format = string.sub, string.byte, string.format
15local match, gmatch, gsub = string.match, string.gmatch, string.gsub 15local match, gmatch = string.match, string.gmatch
16local concat = table.concat 16local concat = table.concat
17local bit = require("bit") 17local bit = require("bit")
18local band, bor, ror, tohex = bit.band, bit.bor, bit.ror, bit.tohex 18local band, bor, ror, tohex = bit.band, bit.bor, bit.ror, bit.tohex