diff options
author | Mike Pall <mike> | 2013-02-21 16:49:04 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2013-02-21 16:49:04 +0100 |
commit | 61fb587d2c1646cae4c90990b9c4c1f1bff09e5b (patch) | |
tree | afdb8325aa84751f36f5e91338a2e4714d3b463c /src/jit/dump.lua | |
parent | d4bc6ab756371b744f3e0030d5cf0b24bffdf24c (diff) | |
download | luajit-61fb587d2c1646cae4c90990b9c4c1f1bff09e5b.tar.gz luajit-61fb587d2c1646cae4c90990b9c4c1f1bff09e5b.tar.bz2 luajit-61fb587d2c1646cae4c90990b9c4c1f1bff09e5b.zip |
BRANCH LuaJIT-2.1
Diffstat (limited to 'src/jit/dump.lua')
-rw-r--r-- | src/jit/dump.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/dump.lua b/src/jit/dump.lua index 70a59280..b9c6cf41 100644 --- a/src/jit/dump.lua +++ b/src/jit/dump.lua | |||
@@ -54,7 +54,7 @@ | |||
54 | 54 | ||
55 | -- Cache some library functions and objects. | 55 | -- Cache some library functions and objects. |
56 | local jit = require("jit") | 56 | local jit = require("jit") |
57 | assert(jit.version_num == 20001, "LuaJIT core/library version mismatch") | 57 | assert(jit.version_num == 20100, "LuaJIT core/library version mismatch") |
58 | local jutil = require("jit.util") | 58 | local jutil = require("jit.util") |
59 | local vmdef = require("jit.vmdef") | 59 | local vmdef = require("jit.vmdef") |
60 | local funcinfo, funcbc = jutil.funcinfo, jutil.funcbc | 60 | local funcinfo, funcbc = jutil.funcinfo, jutil.funcbc |