Skip to content

Commit

Permalink
fixed traceback bug
Browse files Browse the repository at this point in the history
  • Loading branch information
topameng committed Nov 27, 2017
1 parent deb8898 commit e7bdd4f
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 2 deletions.
Binary file modified Plugins/Android/libs/armeabi-v7a/libtolua.so
Binary file not shown.
Binary file modified Plugins/Android/libs/x86/libtolua.so
Binary file not shown.
Binary file modified Plugins/iOS/libtolua.a
Binary file not shown.
Binary file modified Plugins/tolua.bundle/Contents/MacOS/tolua
Binary file not shown.
Binary file modified Plugins/x86/tolua.dll
Binary file not shown.
Binary file modified Plugins/x86_64/tolua.dll
Binary file not shown.
3 changes: 1 addition & 2 deletions tolua.c
Original file line number Diff line number Diff line change
Expand Up @@ -2230,8 +2230,7 @@ void tolua_opentraceback(lua_State *L)
lua_pop(L, 1);

lua_pushcfunction(L, traceback);
lua_rawseti(L, LUA_REGISTRYINDEX, LUA_RIDX_CUSTOMTRACEBACK);
lua_pop(L, 1);
lua_rawseti(L, LUA_REGISTRYINDEX, LUA_RIDX_CUSTOMTRACEBACK);
}

void tolua_openubox(lua_State *L)
Expand Down
Binary file modified window/x86/libluajit.a
Binary file not shown.
Binary file modified window/x86_64/libluajit.a
Binary file not shown.

0 comments on commit e7bdd4f

Please sign in to comment.