mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
Fixed compilation errors
Implemented converter_le_be
This commit is contained in:
parent
28aaa94022
commit
cdfef3bf9e
18 changed files with 248 additions and 184 deletions
|
@ -179,7 +179,7 @@ void fix_import(Module* module, u32 func, u32 addr)
|
|||
|
||||
vm::ptr<u32>& ptr = (vm::ptr<u32>&)addr;
|
||||
|
||||
*ptr++ = LIS(11, func >> 16);
|
||||
*ptr++ = ADDIS(11, 0, func >> 16);
|
||||
*ptr++ = ORI(11, 11, func & 0xffff);
|
||||
*ptr++ = NOP();
|
||||
++ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue