summaryrefslogtreecommitdiff
path: root/libpcsxcore/ix86
diff options
context:
space:
mode:
authorSND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-21 00:15:25 +0000
committerSND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-21 00:15:25 +0000
commit38f9d3d4ee269bbd69f0e2f8582118435f35dc2b (patch)
tree21e19f54bb24d4034cc6855d76323bf9945e95e5 /libpcsxcore/ix86
parent1da8003f5ae10c0b17653d0de976b293e3ac0a3d (diff)
fix 32bit build
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82407 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/ix86')
-rwxr-xr-xlibpcsxcore/ix86/iR3000A.c2
1 files changed, 1 insertions, 1 deletions
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();
}