mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Small issue fixed
This commit is contained in:
parent
9bb2d082e6
commit
2eb2a2a197
@ -111,7 +111,7 @@ int cellSysutilGetSystemParamInt(int id, mem32_t value)
|
||||
{
|
||||
cellSysutil.Log("cellSysutilGetSystemParamInt(id=0x%x, value_addr=0x%x)", id, value.GetAddr());
|
||||
|
||||
if(!Memory.IsGoodAddr(value.IsGood()))
|
||||
if(!value.IsGood())
|
||||
{
|
||||
return CELL_EFAULT;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user