diff options
Diffstat (limited to 'src/lj_state.c')
-rw-r--r-- | src/lj_state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_state.c b/src/lj_state.c index 8f8be97b..3305fd18 100644 --- a/src/lj_state.c +++ b/src/lj_state.c | |||
@@ -134,6 +134,7 @@ static TValue *cpluaopen(lua_State *L, lua_CFunction dummy, void *ud) | |||
134 | lj_lex_init(L); | 134 | lj_lex_init(L); |
135 | fixstring(lj_err_str(L, LJ_ERR_ERRMEM)); /* Preallocate memory error msg. */ | 135 | fixstring(lj_err_str(L, LJ_ERR_ERRMEM)); /* Preallocate memory error msg. */ |
136 | g->gc.threshold = 4*g->gc.total; | 136 | g->gc.threshold = 4*g->gc.total; |
137 | lj_trace_initstate(g); | ||
137 | return NULL; | 138 | return NULL; |
138 | } | 139 | } |
139 | 140 | ||