From 38f9d3d4ee269bbd69f0e2f8582118435f35dc2b Mon Sep 17 00:00:00 2001 From: "SND\\notaz_cp" Date: Mon, 21 Jan 2013 00:15:25 +0000 Subject: fix 32bit build git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82407 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/ix86/iR3000A.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore') diff --git a/libpcsxcore/ix86/iR3000A.c b/libpcsxcore/ix86/iR3000A.c index 9039e069..d7f68890 100755 --- a/libpcsxcore/ix86/iR3000A.c +++ b/libpcsxcore/ix86/iR3000A.c @@ -189,7 +189,7 @@ static void SetBranch() { MOV32RtoM((u32)&psxRegs.pc, EAX); CALLFunc((u32)psxBranchTest); - StackRes(); + if (resp) ADD32ItoR(ESP, resp); RET(); } -- cgit v1.2.3