From 598991a2d0163bbcef87144b45f957c732515b58 Mon Sep 17 00:00:00 2001 From: Ted Green Date: Fri, 3 Jun 2016 09:42:33 -0600 Subject: Revert "(nw) Fix issue with kinst driver. Only allow MIPs VR4300 to have the DRC branch in delay slot." This reverts commit 776cbce5705c5094fa50922b7ceb36145845ef70. --- src/devices/cpu/mips/mips3.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/devices/cpu/mips/mips3.cpp') diff --git a/src/devices/cpu/mips/mips3.cpp b/src/devices/cpu/mips/mips3.cpp index 511519c7008..dbc510771fc 100644 --- a/src/devices/cpu/mips/mips3.cpp +++ b/src/devices/cpu/mips/mips3.cpp @@ -386,9 +386,8 @@ void mips3_device::device_start() /* initialize the front-end helper */ m_drcfe = std::make_unique(this, COMPILE_BACKWARDS_BYTES, COMPILE_FORWARDS_BYTES, SINGLE_INSTRUCTION_MODE ? 1 : COMPILE_MAX_SEQUENCE); - // Allow branches in delay slots (need to investigate which flavors require this) - if (m_flavor== MIPS3_TYPE_VR4300) - m_drcfe->set_allow_branch_in_delay(true); + // 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)); -- cgit v1.2.3-70-g09d2