reverted something i commented-out along time ago.

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@161 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
cottonvibes 2008-09-30 19:20:14 +00:00 committed by Gregory Hainaut
parent 842b472a40
commit 56255ae461
1 changed files with 2 additions and 2 deletions

View File

@ -3654,8 +3654,8 @@ void recVUMI_CLIP(VURegs *VU, int info)
if ( ( CHECK_VUCLIPHACK ) || ( !(info & (PROCESS_VU_SUPER|PROCESS_VU_COP2)) ) )
MOV32RtoM((uptr)&VU->VI[REG_CLIP_FLAG], EAX);
//_freeXMMreg(t1reg); // We Never Allocated these regs, so no need to free them
//_freeXMMreg(t2reg);
_freeXMMreg(t1reg);
_freeXMMreg(t2reg);
_freeX86reg(x86temp1);
_freeX86reg(x86temp2);