summaryrefslogtreecommitdiff
path: root/m68k_debugging.cpp
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2022-10-02 00:49:39 +0300
committerOxore <oxore@protonmail.com>2022-10-02 00:59:23 +0300
commit15d14d36fc7ac30cdbde8c2a78e901ba2c47e94d (patch)
tree4606963389204dffa7a8cef51fb34ed80ecc01a3 /m68k_debugging.cpp
parent72abe5f3e714df9cc8310a78bdfa648feb79c4d2 (diff)
Impl setting registers via GDB
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;
}