From 04145d0b62c911baab05a57e31201f3e33d73b86 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Sun, 26 Feb 2012 14:31:24 +0000 Subject: Clean-ups and version bump --- src/emu/cpu/i386/i386.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/cpu/i386') diff --git a/src/emu/cpu/i386/i386.c b/src/emu/cpu/i386/i386.c index 74dc073ce76..23067e5ccc8 100644 --- a/src/emu/cpu/i386/i386.c +++ b/src/emu/cpu/i386/i386.c @@ -2097,7 +2097,7 @@ static void i386_protected_mode_retf(i386_state* cpustate, UINT8 count, UINT8 op logerror("RETF: EIP is past return CS segment limit.\n"); FAULT(FAULT_GP,0) } - + if(operand32 == 0) { ea += count+4; @@ -2110,7 +2110,7 @@ static void i386_protected_mode_retf(i386_state* cpustate, UINT8 count, UINT8 op newESP = READ32(cpustate, ea); newSS = READ32(cpustate, ea+4) & 0xffff; } - + /* Check SS selector and descriptor */ desc.selector = newSS; i386_load_protected_mode_segment(cpustate,&desc); -- cgit v1.2.3-70-g09d2