diff options
| author | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-21 00:15:25 +0000 |
|---|---|---|
| committer | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-21 00:15:25 +0000 |
| commit | 38f9d3d4ee269bbd69f0e2f8582118435f35dc2b (patch) | |
| tree | 21e19f54bb24d4034cc6855d76323bf9945e95e5 /libpcsxcore/ix86 | |
| parent | 1da8003f5ae10c0b17653d0de976b293e3ac0a3d (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-x | libpcsxcore/ix86/iR3000A.c | 2 |
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(); } |
