mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 13:13:24 +02:00
ppcjit: Int_Cache() now does stuff, use DISABLE.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user