mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 07:34:07 +00:00
Merge branch 'master' into v2.1
This commit is contained in:
commit
27c453e8e8
@ -81,7 +81,7 @@ static int carith_checkarg(lua_State *L, CTState *cts, CDArith *ca)
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ca->ct[i] = NULL;
|
ca->ct[i] = NULL;
|
||||||
ca->p[i] = NULL;
|
ca->p[i] = (void *)(intptr_t)1; /* To make it unequal. */
|
||||||
ok = 0;
|
ok = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user