Skip to content

Commit

Permalink
Merge #7
Browse files Browse the repository at this point in the history
7: Make yklua build again. r=ltratt a=vext01

yk_mt_new() changed.

Co-authored-by: Edd Barrett <[email protected]>
  • Loading branch information
bors[bot] and vext01 authored Apr 12, 2023
2 parents 0bc375b + baf9006 commit e675a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lvm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ uint32_t luaV_execute (lua_State *L, CallInfo *ci) {
}
base = ci->func + 1;
#ifdef USE_YK
YkMT *mt = yk_mt_new();
YkMT *mt = yk_mt_new(NULL);
yk_mt_hot_threshold_set(mt, 5); /* YKFIXME: allow changing threshold */
#endif
/* main loop of interpreter */
Expand Down

0 comments on commit e675a3c

Please sign in to comment.