mirror of https://github.com/PCSX2/pcsx2.git
parent
9eb73e1ef0
commit
9b7b9bc407
|
@ -847,7 +847,7 @@ void R5900::Dynarec::OpcodeImpl::recSYSCALL()
|
|||
|
||||
xCMP(ptr32[&cpuRegs.pc], pc);
|
||||
j8Ptr[0] = JE8(0);
|
||||
xADD(ptr32[&cpuRegs.cycle], ScaleBlockCycles());
|
||||
xADD(ptr32[&cpuRegs.cycle], scaleblockcycles());
|
||||
// Note: technically the address is 0x8000_0180 (or 0x180)
|
||||
// (if CPU is booted)
|
||||
xJMP( DispatcherReg );
|
||||
|
@ -862,7 +862,7 @@ void R5900::Dynarec::OpcodeImpl::recBREAK()
|
|||
|
||||
xCMP(ptr32[&cpuRegs.pc], pc);
|
||||
j8Ptr[0] = JE8(0);
|
||||
xADD(ptr32[&cpuRegs.cycle], ScaleBlockCycles());
|
||||
xADD(ptr32[&cpuRegs.cycle], scaleblockcycles());
|
||||
xJMP( DispatcherEvent );
|
||||
x86SetJ8(j8Ptr[0]);
|
||||
//g_branch = 2;
|
||||
|
|
Loading…
Reference in New Issue