diff options
| author | Mike Pall <mike> | 2017-05-01 20:10:28 +0200 |
|---|---|---|
| committer | Mike Pall <mike> | 2017-05-01 20:10:28 +0200 |
| commit | 0bf80b07b0672ce874feedcc777afe1b791ccb5a (patch) | |
| tree | a1b52a74e7434e8ae13996f15ca550b9ae19c34c /src/jit/bc.lua | |
| parent | ae0d438f26571ac9f2f50026cd1a87d623f7f24b (diff) | |
| download | luajit-0bf80b07b0672ce874feedcc777afe1b791ccb5a.tar.gz luajit-0bf80b07b0672ce874feedcc777afe1b791ccb5a.tar.bz2 luajit-0bf80b07b0672ce874feedcc777afe1b791ccb5a.zip | |
RELEASE LuaJIT-2.0.5v2.0.5
Diffstat (limited to 'src/jit/bc.lua')
| -rw-r--r-- | src/jit/bc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/bc.lua b/src/jit/bc.lua index a4cd5f202..a2f84aaf3 100644 --- a/src/jit/bc.lua +++ b/src/jit/bc.lua | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | 41 | ||
| 42 | -- Cache some library functions and objects. | 42 | -- Cache some library functions and objects. |
| 43 | local jit = require("jit") | 43 | local jit = require("jit") |
| 44 | assert(jit.version_num == 20004, "LuaJIT core/library version mismatch") | 44 | assert(jit.version_num == 20005, "LuaJIT core/library version mismatch") |
| 45 | local jutil = require("jit.util") | 45 | local jutil = require("jit.util") |
| 46 | local vmdef = require("jit.vmdef") | 46 | local vmdef = require("jit.vmdef") |
| 47 | local bit = require("bit") | 47 | local bit = require("bit") |
