fix compilation issue due to bad renaming

:(
This commit is contained in:
Gregory Hainaut 2016-01-09 21:25:38 +01:00
parent 9eb73e1ef0
commit 9b7b9bc407
1 changed files with 2 additions and 2 deletions

View File

@ -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;