diff options
Diffstat (limited to 'src/emu/cpu/i386/i386op16.c')
-rw-r--r-- | src/emu/cpu/i386/i386op16.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/i386/i386op16.c b/src/emu/cpu/i386/i386op16.c index 3a2ace40c41..24f2680ece8 100644 --- a/src/emu/cpu/i386/i386op16.c +++ b/src/emu/cpu/i386/i386op16.c @@ -1144,12 +1144,12 @@ static void I386OP(enter16)(i386_state *cpustate) // Opcode 0xc8 UINT8 x; UINT16 frameptr; PUSH16(cpustate,REG16(BP)); - + if(!STACK_32BIT) frameptr = REG16(SP); else frameptr = REG32(ESP); - + if(level > 0) { for(x=1;x<level-1;x++) |