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:
sudonim1 2009-05-04 20:14:37 +00:00
parent 3647a635bc
commit 002b9af006
1 changed files with 1 additions and 1 deletions

View File

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