PowerPC: Remove NPC macro.

This commit is contained in:
Admiral H. Curtiss
2023-01-09 21:57:09 +01:00
parent be8d0b76ca
commit 2f3187eba9
11 changed files with 35 additions and 36 deletions

View File

@@ -282,7 +282,7 @@ void RunCodeHandler()
"PC = {:#010x}, SP = {:#010x}, SFP = {:#010x}",
PowerPC::ppcState.pc, SP, SFP);
LR = HLE_TRAMPOLINE_ADDRESS;
PowerPC::ppcState.pc = NPC = ENTRY_POINT;
PowerPC::ppcState.pc = PowerPC::ppcState.npc = ENTRY_POINT;
}
} // namespace Gecko