summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2019-12-18 14:20:51 +0100
committer hap <happppp@users.noreply.github.com>2019-12-18 14:20:51 +0100
commitf9d27d2104aa8ea064e8c1ddd560c9647af23f67 (patch)
treea0eda2668f18201d48ff135f1c910ba16c67eb2b
parent904374ba06bcff00ba4d3d68447051ee1beaaed0 (diff)
mips1: remove unintended leftover(?) (nw)
-rw-r--r--src/devices/cpu/mips/mips1.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/mips/mips1.cpp b/src/devices/cpu/mips/mips1.cpp
index 7efb3082f0f..bad20d2f857 100644
--- a/src/devices/cpu/mips/mips1.cpp
+++ b/src/devices/cpu/mips/mips1.cpp
@@ -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];
}