summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/mips3.cpp
diff options
context:
space:
mode:
author Ted Green <tedgreen99@inbox.com>2016-06-03 09:43:52 -0600
committer Ted Green <tedgreen99@inbox.com>2016-06-03 09:43:52 -0600
commit550a25162af417e69743e697bed542cc39624275 (patch)
tree57c6a27ae5f5d28ee254f66dfb8b8e69855d7b9f /src/devices/cpu/mips/mips3.cpp
parent598991a2d0163bbcef87144b45f957c732515b58 (diff)
Revert "(nw) MIP3 DRC handle branches in delay slot properly."
This reverts commit 130766a55c7626b80bfbf34f30b5c20ed84af5ef.
Diffstat (limited to 'src/devices/cpu/mips/mips3.cpp')
-rw-r--r--src/devices/cpu/mips/mips3.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/cpu/mips/mips3.cpp b/src/devices/cpu/mips/mips3.cpp
index dbc510771fc..7ae1fd1f337 100644
--- a/src/devices/cpu/mips/mips3.cpp
+++ b/src/devices/cpu/mips/mips3.cpp
@@ -386,8 +386,6 @@ void mips3_device::device_start()
/* initialize the front-end helper */
m_drcfe = std::make_unique<mips3_frontend>(this, COMPILE_BACKWARDS_BYTES, COMPILE_FORWARDS_BYTES, SINGLE_INSTRUCTION_MODE ? 1 : COMPILE_MAX_SEQUENCE);
- // Allow branches in delay slots
- m_drcfe->set_allow_branch_in_delay(true);
/* allocate memory for cache-local state and initialize it */
memcpy(m_fpmode, fpmode_source, sizeof(fpmode_source));