mips1: remove unintended leftover(?) (nw)

This commit is contained in:
hap 2019-12-18 14:20:51 +01:00
parent 904374ba06
commit f9d27d2104

View File

@ -928,7 +928,6 @@ void mips1core_device_base::handle_cop0(u32 const op)
u32 mips1core_device_base::get_cop0_reg(unsigned const reg)
{
machine().debug_break();
return m_cop0[reg];
}