Skip to content

Conversation

@louisom
Copy link
Contributor

@louisom louisom commented Oct 24, 2016

Testing on Lua 5.3.2, when compiling, it will throw an exception
"jit-x86.dasc:4: error: cannot load module:
dynasm/dasm_x86.lua:31: module 'bit' not found"

According to Lua Bitop website, Bitop only support Lua 5.1/5.2.
(http://bitop.luajit.org/)

"Lua BitOp is a C extension module for Lua 5.1/5.2
which adds bitwise operations on numbers."

When detect lua version is greater then 5.2, it will change
specific lua version to 5.2.

Testing on Lua 5.3.2, when compiling, it will throw an exception
"jit-x86.dasc:4: error: cannot load module:
 dynasm/dasm_x86.lua:31: module 'bit' not found"

According to Lua Bitop website, Bitop only support Lua 5.1/5.2.
(http://bitop.luajit.org/)

"Lua BitOp is a C extension module for Lua 5.1/5.2
which adds bitwise operations on numbers."

When detect lua version is greater then 5.2, it will change
specific lua version to 5.2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant