mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 03:53:09 +00:00
bugfix
This commit is contained in:
@@ -139,7 +139,7 @@ struct lua_longjmp; /* defined in ldo.c */
|
||||
|
||||
#define BASIC_STACK_SIZE (2*LUA_MINSTACK)
|
||||
|
||||
#define stacksize(th) cast_int((th)->stack_last - (th)->stack)
|
||||
#define stacksize(th) cast_int((th)->stack_last + EXTRA_STACK - (th)->stack)
|
||||
|
||||
|
||||
/* kinds of Garbage Collection */
|
||||
|
||||
Reference in New Issue
Block a user