summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i386/i386op32.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/i386/i386op32.hxx')
-rw-r--r--src/devices/cpu/i386/i386op32.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/i386/i386op32.hxx b/src/devices/cpu/i386/i386op32.hxx
index 3b828a779a0..b81545ced81 100644
--- a/src/devices/cpu/i386/i386op32.hxx
+++ b/src/devices/cpu/i386/i386op32.hxx
@@ -767,6 +767,7 @@ void i386_device::i386_iret32() // Opcode 0xcf
i386_load_segment_descriptor(CS);
CHANGE_PC(m_eip);
}
+ m_auto_clear_RF = false;
CYCLES(CYCLES_IRET);
}