mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
PS4: Fix compile.
Thanks to Eric Lavesson.
This commit is contained in:
parent
4deb5a1588
commit
bc98a3ade5
@ -173,7 +173,7 @@ int LJ_FASTCALL lj_prng_seed_secure(PRNGState *rs)
|
||||
|
||||
#elif LJ_TARGET_PS4 || LJ_TARGET_PSVITA
|
||||
|
||||
if (sceRandomGetRandomNumber(rs->u, sizeof(rs->u) == 0)
|
||||
if (sceRandomGetRandomNumber(rs->u, sizeof(rs->u)) == 0)
|
||||
goto ok;
|
||||
|
||||
#elif LJ_TARGET_UWP || LJ_TARGET_XBOXONE
|
||||
|
Loading…
Reference in New Issue
Block a user