ppcjit: Int_Cache() now does stuff, use DISABLE.

This commit is contained in:
Unknown W. Brackets 2014-03-02 11:35:49 -08:00
parent 995fb0f8b2
commit 2c2ea9c417

View file

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