Skip to content

Commit e7bdd4f

Browse files
committed
fixed traceback bug
1 parent deb8898 commit e7bdd4f

File tree

9 files changed

+1
-2
lines changed

9 files changed

+1
-2
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Plugins/iOS/libtolua.a

-48 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Plugins/x86/tolua.dll

0 Bytes
Binary file not shown.

Plugins/x86_64/tolua.dll

0 Bytes
Binary file not shown.

tolua.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2230,8 +2230,7 @@ void tolua_opentraceback(lua_State *L)
22302230
lua_pop(L, 1);
22312231

22322232
lua_pushcfunction(L, traceback);
2233-
lua_rawseti(L, LUA_REGISTRYINDEX, LUA_RIDX_CUSTOMTRACEBACK);
2234-
lua_pop(L, 1);
2233+
lua_rawseti(L, LUA_REGISTRYINDEX, LUA_RIDX_CUSTOMTRACEBACK);
22352234
}
22362235

22372236
void tolua_openubox(lua_State *L)

window/x86/libluajit.a

0 Bytes
Binary file not shown.

window/x86_64/libluajit.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)