Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/ldo.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,9 @@ static unsigned tryfuncTM (lua_State *L, StkId func, unsigned status) {


/* Generic case for 'moveresult' */
#ifdef USE_YK
__attribute__((yk_unroll))
#endif
l_sinline void genmoveresults (lua_State *L, StkId res, int nres,
int wanted) {
StkId firstresult = L->top.p - nres; /* index of first result */
Expand Down