asmvm
Dibyendu Majumdar 4 years ago
parent efccd8bd9f
commit 6e62ff2351

@ -596,9 +596,7 @@ static const char Lua_header[] =
// We can only compile a subset of op codes
// and not all features are supported
bool raviJ_cancompile(Proto *p) {
return true;
}
bool raviJ_cancompile(Proto *p) { return true; }
struct function {
struct lua_State *L;

Loading…
Cancel
Save