Small issue fixed

This commit is contained in:
Alexandro Sánchez Bach 2013-09-28 23:05:56 +02:00
parent 9bb2d082e6
commit 2eb2a2a197

View File

@ -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;
}