From 9b7b9bc407a30403192ffb69be5753576e94d9d5 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Sat, 9 Jan 2016 21:25:38 +0100 Subject: [PATCH] fix compilation issue due to bad renaming :( --- pcsx2/x86/ix86-32/iR5900-32.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcsx2/x86/ix86-32/iR5900-32.cpp b/pcsx2/x86/ix86-32/iR5900-32.cpp index 369f49bc47..121c6dc2a5 100644 --- a/pcsx2/x86/ix86-32/iR5900-32.cpp +++ b/pcsx2/x86/ix86-32/iR5900-32.cpp @@ -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;