mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
ppcjit: Int_Cache() now does stuff, use DISABLE.
This commit is contained in:
parent
995fb0f8b2
commit
2c2ea9c417
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue