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/v.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 'src/jit/v.lua')
| -rw-r--r-- | src/jit/v.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/v.lua b/src/jit/v.lua index a43a1362..f4a9b054 100644 --- a/src/jit/v.lua +++ b/src/jit/v.lua | |||
| @@ -59,7 +59,7 @@ | |||
| 59 | 59 | ||
| 60 | -- Cache some library functions and objects. | 60 | -- Cache some library functions and objects. |
| 61 | local jit = require("jit") | 61 | local jit = require("jit") |
| 62 | assert(jit.version_num == 20000, "LuaJIT core/library version mismatch") | 62 | assert(jit.version_num == 20001, "LuaJIT core/library version mismatch") |
| 63 | local jutil = require("jit.util") | 63 | local jutil = require("jit.util") |
| 64 | local vmdef = require("jit.vmdef") | 64 | local vmdef = require("jit.vmdef") |
| 65 | local funcinfo, traceinfo = jutil.funcinfo, jutil.traceinfo | 65 | local funcinfo, traceinfo = jutil.funcinfo, jutil.traceinfo |
