mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
Compilation fix
This commit is contained in:
parent
367b8e7129
commit
ff3df64a26
9 changed files with 27 additions and 34 deletions
|
@ -129,8 +129,8 @@ u32 cellGcmGetNotifyDataAddress(u32 index)
|
|||
cellGcmSys->Warning("cellGcmGetNotifyDataAddress(index=%d)", index);
|
||||
|
||||
// Get address of 'IO table' and 'EA table'
|
||||
MemoryAllocator<CellGcmOffsetTable> table;
|
||||
cellGcmGetOffsetTable(table.GetAddr());
|
||||
vm::var<CellGcmOffsetTable> table;
|
||||
cellGcmGetOffsetTable(table.addr());
|
||||
|
||||
// If entry not in use, return NULL
|
||||
u16 entry = mem_ptr_t<u16>(table->eaAddress)[241];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue