summaryrefslogtreecommitdiff
path: root/src/jit/dis_ppc.lua
diff options
context:
space:
mode:
authorMike Pall <mike>2016-07-17 14:38:26 +0200
committerMike Pall <mike>2016-07-17 14:38:26 +0200
commit37b377dedf000cb78730feff1035d439d04ce09e (patch)
tree65f110c3396e0e7bc607287a54ff9b3f90d308a6 /src/jit/dis_ppc.lua
parent01e4754962130dc85802a9738707d7fdb76c879c (diff)
parent1914de71c7dc10c502ecf033c63665eb6d3e6433 (diff)
downloadluajit-37b377dedf000cb78730feff1035d439d04ce09e.tar.gz
luajit-37b377dedf000cb78730feff1035d439d04ce09e.tar.bz2
luajit-37b377dedf000cb78730feff1035d439d04ce09e.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'src/jit/dis_ppc.lua')
-rw-r--r--src/jit/dis_ppc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/dis_ppc.lua b/src/jit/dis_ppc.lua
index 30f51ecd..30eb3978 100644
--- a/src/jit/dis_ppc.lua
+++ b/src/jit/dis_ppc.lua
@@ -13,7 +13,7 @@
13------------------------------------------------------------------------------ 13------------------------------------------------------------------------------
14 14
15local type = type 15local type = type
16local sub, byte, format = string.sub, string.byte, string.format 16local byte, format = string.byte, string.format
17local match, gmatch, gsub = string.match, string.gmatch, string.gsub 17local match, gmatch, gsub = string.match, string.gmatch, string.gsub
18local concat = table.concat 18local concat = table.concat
19local bit = require("bit") 19local bit = require("bit")