From 2c2ea9c41776ffc67612e268b49f3af8b731d0d0 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sun, 2 Mar 2014 11:35:49 -0800 Subject: [PATCH] ppcjit: Int_Cache() now does stuff, use DISABLE. --- Core/MIPS/PPC/PpcCompLoadStore.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Core/MIPS/PPC/PpcCompLoadStore.cpp b/Core/MIPS/PPC/PpcCompLoadStore.cpp index 11b08af00b..be1658a148 100644 --- a/Core/MIPS/PPC/PpcCompLoadStore.cpp +++ b/Core/MIPS/PPC/PpcCompLoadStore.cpp @@ -147,8 +147,6 @@ void Jit::Comp_ITypeMem(MIPSOpcode op) { } void Jit::Comp_Cache(MIPSOpcode op) { - CONDITIONAL_DISABLE; - // TODO: Could use this as a hint, and technically required to handle icache, etc. - // But right now Int_Cache does nothing, so let's not even call it. + DISABLE; } }