diff options
author | 2019-08-06 15:10:27 +0700 | |
---|---|---|
committer | 2019-08-06 15:10:27 +0700 | |
commit | c2f75033cbd9056f37206b050b08ff8d23e2ad37 (patch) | |
tree | 6b684a6fbc8f02023e597327c8990833133e23c6 | |
parent | 43fc9101fc2ce184d05fe8bb28bb938ad589d819 (diff) |
mips1: clear softfloat exceptions (nw)
-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 |