Skip to content

Commit

Permalink
issue #198 add luaD_growstack to the list of linked functions in the JIT
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar committed Oct 25, 2020
1 parent 69840ea commit e361bd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ravi_mirjit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
};

Expand Down

0 comments on commit e361bd7

Please sign in to comment.