pcsx2: interpreter: better use pc

cpuRegs.pc is the actual pc+4...
This commit is contained in:
Gregory Hainaut 2014-12-07 17:30:22 +01:00
parent bf9fc521cb
commit 8d8aa87457
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ static void execI()
// Based on cycle
// if( cpuRegs.cycle > 0x4f24d714 )
// Or dump from a particular PC (useful to debug handler/syscall)
if (cpuRegs.pc == 0x80000000) {
if (pc == 0x80000000) {
print_me = 2000;
}
if (print_me) {