mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-11 23:00:18 -04:00
PowerPC: Remove NPC macro.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user