PowerPC: Remove PC macro.

This commit is contained in:
Admiral H. Curtiss 2023-01-09 21:49:50 +01:00
commit be8d0b76ca
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
30 changed files with 151 additions and 127 deletions

View file

@ -320,7 +320,7 @@ bool ApplyFramePatches()
DEBUG_LOG_FMT(ACTIONREPLAY,
"Need to retry later. CPU configuration is currently incorrect. PC = {:#010x}, "
"MSR = {:#010x}",
PC, MSR.Hex);
PowerPC::ppcState.pc, MSR.Hex);
return false;
}