update LuaJIT to the latest commit (5a18d45)

This commit is contained in:
Sasha Szpakowski
2023-09-10 19:02:01 -03:00
parent e650bfa0bd
commit b75ae16560
220 changed files with 1060 additions and 1294 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
/*
** Instruction dispatch handling.
** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
*/
#define lj_dispatch_c
@@ -307,9 +307,9 @@ int luaJIT_setmode(lua_State *L, int idx, int mode)
} else {
return 0; /* Failed. */
}
g->bc_cfunc_ext = BCINS_AD(BC_FUNCCW, 0, 0);
setbc_op(&g->bc_cfunc_ext, BC_FUNCCW);
} else {
g->bc_cfunc_ext = BCINS_AD(BC_FUNCC, 0, 0);
setbc_op(&g->bc_cfunc_ext, BC_FUNCC);
}
break;
default: