mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
changed warning of cellGcmAddressToOffset to Log
This commit is contained in:
parent
8a3835bcef
commit
4ee90e1f90
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ void InitOffsetTable()
|
||||||
|
|
||||||
int32_t cellGcmAddressToOffset(u64 address, mem32_t offset)
|
int32_t cellGcmAddressToOffset(u64 address, mem32_t offset)
|
||||||
{
|
{
|
||||||
cellGcmSys.Warning("cellGcmAddressToOffset(address=0x%x,offset_addr=0x%x)", address, offset.GetAddr());
|
cellGcmSys.Log("cellGcmAddressToOffset(address=0x%x,offset_addr=0x%x)", address, offset.GetAddr());
|
||||||
|
|
||||||
if(address >= 0xD0000000/*not on main memory or local*/)
|
if(address >= 0xD0000000/*not on main memory or local*/)
|
||||||
return CELL_GCM_ERROR_FAILURE;
|
return CELL_GCM_ERROR_FAILURE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue