summaryrefslogtreecommitdiff
path: root/m68k_debugging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'm68k_debugging.cpp')
-rw-r--r--m68k_debugging.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/m68k_debugging.cpp b/m68k_debugging.cpp
index 2e64417..5bae0d0 100644
--- a/m68k_debugging.cpp
+++ b/m68k_debugging.cpp
@@ -56,7 +56,6 @@ static inline m68k_register_t ConvertRegisterId(const M68KRegister register_id)
case M68KRegister::kFPC:
case M68KRegister::kFPS:
case M68KRegister::kFPI:
- case M68KRegister::kRegistersCount:
assert(!"Unsupported register_id");
break;
}