summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/v60/v60.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-12-01 17:46:55 -0500
committer AJR <ajrhacker@users.noreply.github.com>2021-12-01 17:46:55 -0500
commitbbb9aba9a382aca07a943d34d744fbaabb1d17cb (patch)
tree8480987a8a39f2c9621a428122ef621fe85993bc /src/devices/cpu/v60/v60.cpp
parent1c8ba9d5c86e42520f026ff029e2b1df5e7acd82 (diff)
v60: Code cleanup
- Remove #ifdefs and use attributes instead - Remove "never reached" return statements
Diffstat (limited to 'src/devices/cpu/v60/v60.cpp')
-rw-r--r--src/devices/cpu/v60/v60.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/v60/v60.cpp b/src/devices/cpu/v60/v60.cpp
index 46220d8637e..59d409358cc 100644
--- a/src/devices/cpu/v60/v60.cpp
+++ b/src/devices/cpu/v60/v60.cpp
@@ -359,7 +359,6 @@ uint32_t v60_device::v60_update_psw_for_exception(int is_interrupt, int target_l
uint32_t v60_device::opUNHANDLED()
{
fatalerror("Unhandled OpCode found : %02x at %08x\n", OpRead16(PC), PC);
- //return 0; /* never reached, fatalerror won't return */
}
// Opcode jump table