mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Fixed compilation
This commit is contained in:
parent
47df9eb156
commit
6d3c4e6efc
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ void fix_import(Module* module, u32 func, u32 addr)
|
|||
{
|
||||
using namespace PPU_instr;
|
||||
|
||||
vm::ptr<u32>& ptr = vm::ptr<u32>::make(addr);
|
||||
vm::ptr<u32> ptr = vm::ptr<u32>::make(addr);
|
||||
|
||||
*ptr++ = ADDIS(11, 0, func >> 16);
|
||||
*ptr++ = ORI(11, 11, func & 0xffff);
|
||||
|
|
Loading…
Add table
Reference in a new issue