mips1: clear softfloat exceptions (nw)

This commit is contained in:
Patrick Mackinlay 2019-08-06 15:10:27 +07:00
parent 43fc9101fc
commit c2f75033cb

View File

@ -1335,6 +1335,8 @@ void mips1_device_base::handle_cop1(u32 const op)
if (!m_fcr0) if (!m_fcr0)
return; return;
softfloat_exceptionFlags = 0;
switch (op >> 26) switch (op >> 26)
{ {
case 0x11: // COP1 case 0x11: // COP1