diff options
-rw-r--r-- | src/devices/cpu/mips/mips1.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/mips/mips1.cpp b/src/devices/cpu/mips/mips1.cpp index 21f49301e26..ec8aa88a59b 100644 --- a/src/devices/cpu/mips/mips1.cpp +++ b/src/devices/cpu/mips/mips1.cpp @@ -1335,6 +1335,8 @@ void mips1_device_base::handle_cop1(u32 const op) if (!m_fcr0) return; + softfloat_exceptionFlags = 0; + switch (op >> 26) { case 0x11: // COP1 |