diff options
| -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(); } |
