mirror of https://github.com/PCSX2/pcsx2.git
This is why a type safe emitter is important.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1134 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
3647a635bc
commit
002b9af006
|
@ -3637,7 +3637,7 @@ void recVUMI_IBQ_prep()
|
||||||
s_JumpX86 = _allocX86reg(-1, X86TYPE_VUJUMP, 0, MODE_WRITE);
|
s_JumpX86 = _allocX86reg(-1, X86TYPE_VUJUMP, 0, MODE_WRITE);
|
||||||
|
|
||||||
if( isreg >= 0 ) {
|
if( isreg >= 0 ) {
|
||||||
CMP16RtoR(isreg, 0);
|
CMP16ItoR(isreg, 0);
|
||||||
}
|
}
|
||||||
else CMP16ItoM(SuperVUGetVIAddr(_Is_, 1), 0);
|
else CMP16ItoM(SuperVUGetVIAddr(_Is_, 1), 0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue