From 1c4f8e47e3dba458c385cf7e528949fe540cc6ad Mon Sep 17 00:00:00 2001 From: cottonvibes Date: Fri, 15 Aug 2008 18:54:57 +0000 Subject: [PATCH] minor casting fix git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@38 a6443dda-0b58-4228-96e9-037be469359c --- pcsx2/x86/iVUmicro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/x86/iVUmicro.c b/pcsx2/x86/iVUmicro.c index ff01b4d326..32da119478 100644 --- a/pcsx2/x86/iVUmicro.c +++ b/pcsx2/x86/iVUmicro.c @@ -2123,7 +2123,7 @@ void recVUMI_SUB_iq(VURegs *VU, uptr addr, int info) //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) {