issue #198 add luaD_growstack to the list of linked functions in the JIT

mir-nonssa
Dibyendu Majumdar 4 years ago
parent 69840eacdb
commit e361bd7387

@ -173,6 +173,7 @@ static LuaFunc Lua_functions[] = {
{ "lua_rawsetp", lua_rawsetp },
{ "lua_setmetatable", lua_setmetatable },
{ "lua_setuservalue", lua_setuservalue },
{ "luaD_growstack", luaD_growstack },
{ NULL, NULL }
};

Loading…
Cancel
Save