mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12: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());
|
cellSysutil.Log("cellSysutilGetSystemParamInt(id=0x%x, value_addr=0x%x)", id, value.GetAddr());
|
||||||
|
|
||||||
if(!Memory.IsGoodAddr(value.IsGood()))
|
if(!value.IsGood())
|
||||||
{
|
{
|
||||||
return CELL_EFAULT;
|
return CELL_EFAULT;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue