minor casting fix

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@38 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
cottonvibes 2008-08-15 18:54:57 +00:00 committed by Gregory Hainaut
parent 4be1601655
commit 1c4f8e47e3
1 changed files with 1 additions and 1 deletions

View File

@ -2123,7 +2123,7 @@ void recVUMI_SUB_iq(VURegs *VU, uptr addr, int info)
//if( addr == VU_REGQ_ADDR ) CheckForOverflow(VU, info, EEREC_D); //if( addr == VU_REGQ_ADDR ) CheckForOverflow(VU, info, EEREC_D);
} }
const static PCSX2_ALIGNED16(s_unaryminus[4]) = {0x80000000, 0, 0, 0}; const static PCSX2_ALIGNED16(u32 s_unaryminus[4]) = {0x80000000, 0, 0, 0};
void recVUMI_SUB_xyzw(VURegs *VU, int xyzw, int info) void recVUMI_SUB_xyzw(VURegs *VU, int xyzw, int info)
{ {