mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Small issue fixed
This commit is contained in:
parent
9bb2d082e6
commit
2eb2a2a197
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue