From 23d402a40cee31aa8d78f8cb5907c9743064bd2e Mon Sep 17 00:00:00 2001 From: "SND\\shalma_cp" Date: Wed, 10 Nov 2010 14:15:55 +0000 Subject: ir3000a.c - add missing return to recsw git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59388 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/ix86/iR3000A.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpcsxcore') diff --git a/libpcsxcore/ix86/iR3000A.c b/libpcsxcore/ix86/iR3000A.c index f803bd21..47915d98 100644 --- a/libpcsxcore/ix86/iR3000A.c +++ b/libpcsxcore/ix86/iR3000A.c @@ -1920,7 +1920,8 @@ static void recSW() { CALL32M((u32)&GPU_writeStatus); #ifndef __WIN32__ resp+= 4; -#endif +#endif + return; } } // SysPrintf("unhandled w32 %x\n", addr); -- cgit v1.2.3