diff options
author | Mike Pall <mike> | 2023-08-21 03:06:26 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2023-08-21 03:06:26 +0200 |
commit | 50e0fa03c48cb9af03c3efdc3100f12687651a2e (patch) | |
tree | ad5e693de66cc012374445575b70379bc6047123 /src/jit/bc.lua | |
parent | c34594681909cac98d44629863df2c7afd93eaf0 (diff) | |
download | luajit-2.0.ROLLING.tar.gz luajit-2.0.ROLLING.tar.bz2 luajit-2.0.ROLLING.zip |
Switch build system to rolling releases.v2.0.ROLLING
Diffstat (limited to 'src/jit/bc.lua')
-rw-r--r-- | src/jit/bc.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jit/bc.lua b/src/jit/bc.lua index b128d35a..4b384012 100644 --- a/src/jit/bc.lua +++ b/src/jit/bc.lua | |||
@@ -41,7 +41,6 @@ | |||
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 == 20005, "LuaJIT core/library version mismatch") | ||
45 | local jutil = require("jit.util") | 44 | local jutil = require("jit.util") |
46 | local vmdef = require("jit.vmdef") | 45 | local vmdef = require("jit.vmdef") |
47 | local bit = require("bit") | 46 | local bit = require("bit") |