mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 04:05:09 +02:00
Update LuaJIT to LuaJIT/LuaJIT@03080b7
This commit is contained in:
@@ -468,7 +468,7 @@ static void cp_expr_sizeof(CPState *cp, CPValue *k, int wantsz)
|
||||
} else {
|
||||
cp_expr_unary(cp, k);
|
||||
}
|
||||
info = lj_ctype_info(cp->cts, k->id, &sz);
|
||||
info = lj_ctype_info_raw(cp->cts, k->id, &sz);
|
||||
if (wantsz) {
|
||||
if (sz != CTSIZE_INVALID)
|
||||
k->u32 = sz;
|
||||
|
||||
Reference in New Issue
Block a user