summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/v60/op2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/v60/op2.hxx')
-rw-r--r--src/devices/cpu/v60/op2.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/cpu/v60/op2.hxx b/src/devices/cpu/v60/op2.hxx
index 8d7be235dce..c4abd0af06b 100644
--- a/src/devices/cpu/v60/op2.hxx
+++ b/src/devices/cpu/v60/op2.hxx
@@ -257,13 +257,11 @@ uint32_t v60_device::opCMPF()
uint32_t v60_device::op5FUNHANDLED()
{
fatalerror("Unhandled 5F opcode at %08x\n", PC);
- return 0; /* never reached, fatalerror won't return */
}
uint32_t v60_device::op5CUNHANDLED()
{
fatalerror("Unhandled 5C opcode at %08x\n", PC);
- return 0; /* never reached, fatalerror won't return */
}
const v60_device::am_func v60_device::s_Op5FTable[32] =