Skip to content

Commit

Permalink
ppcjit: Int_Cache() now does stuff, use DISABLE.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed Mar 2, 2014
1 parent 995fb0f commit 2c2ea9c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Core/MIPS/PPC/PpcCompLoadStore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit 2c2ea9c

Please sign in to comment.