diff options
| author | Mike Pall <mike> | 2013-02-19 21:14:27 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2013-02-19 21:14:27 +0100 |
| commit | e7633dba1e446763454a7969ce7e27139debc6cd (patch) | |
| tree | 0851fd65384891773c6e067a3570d11c5f7df6c6 /src/jit/dump.lua | |
| parent | 92699e9ea9371173eb0d9f5fefa703878059009c (diff) | |
| download | luajit-2.0.1-fixed.tar.gz luajit-2.0.1-fixed.tar.bz2 luajit-2.0.1-fixed.zip | |
RELEASE LuaJIT-2.0.1 (fixed)v2.0.1-fixed
Diffstat (limited to '')
| -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 1799d95a..70a59280 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 == 20000, "LuaJIT core/library version mismatch") | 57 | assert(jit.version_num == 20001, "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 |
