Add function to emit CMP, or TEST when possible

Also, a spelling mistake.
This commit is contained in:
Sintendo
2015-02-21 11:12:03 +01:00
parent b35c34186c
commit c19482c9a3
4 changed files with 16 additions and 2 deletions

View File

@ -756,7 +756,7 @@ void DSPJitRegCache::getReg(int reg, OpArg &oparg, bool load)
{
emitter.INT3();
}
// no nead to actually emit code for load or rotate if caller doesn't
// no need to actually emit code for load or rotate if caller doesn't
// use the contents, but see above for a reason to force the load
movToHostReg(real_reg, load);