mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
PPU: Corrected SC instruction format to comply with the PowerISA
This commit is contained in:
parent
530c17f4f7
commit
5db254f3a5
8 changed files with 28 additions and 30 deletions
|
|
@ -188,7 +188,7 @@ void fix_import(Module* module, u32 func, u32 addr)
|
|||
*ptr++ = ORI(11, 11, func & 0xffff);
|
||||
*ptr++ = NOP();
|
||||
++ptr;
|
||||
*ptr++ = SC(2);
|
||||
*ptr++ = SC(0);
|
||||
*ptr++ = BLR();
|
||||
*ptr++ = NOP();
|
||||
*ptr++ = NOP();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue