diff options
Diffstat (limited to 'src/jit/dis_ppc.lua')
-rw-r--r-- | src/jit/dis_ppc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/dis_ppc.lua b/src/jit/dis_ppc.lua index 8afecbe6..1a98c7ec 100644 --- a/src/jit/dis_ppc.lua +++ b/src/jit/dis_ppc.lua | |||
@@ -13,7 +13,7 @@ | |||
13 | ------------------------------------------------------------------------------ | 13 | ------------------------------------------------------------------------------ |
14 | 14 | ||
15 | local type = type | 15 | local type = type |
16 | local sub, byte, format = string.sub, string.byte, string.format | 16 | local byte, format = string.byte, string.format |
17 | local match, gmatch, gsub = string.match, string.gmatch, string.gsub | 17 | local match, gmatch, gsub = string.match, string.gmatch, string.gsub |
18 | local concat = table.concat | 18 | local concat = table.concat |
19 | local bit = require("bit") | 19 | local bit = require("bit") |