summaryrefslogtreecommitdiff
path: root/Debugger/debug_stub.h
diff options
context:
space:
mode:
authorTC Wan2010-12-01 17:54:07 +0800
committerTC Wan2010-12-01 17:54:07 +0800
commit97cc8322cef8027db22a24b7e011e5386171d97f (patch)
tree75fd3054668ecab6d257c5e7e48d26b1c7d9bb3e /Debugger/debug_stub.h
parent3d5bdf9fba6442332030e68df2aa7880a894842d (diff)
fix undef_handler, initial design for next instruction decode
Fixed error in handling Thumb instructions in undef_handler. Initial Design for Next Instruction Decoding
Diffstat (limited to 'Debugger/debug_stub.h')
-rw-r--r--Debugger/debug_stub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debugger/debug_stub.h b/Debugger/debug_stub.h
index 7849d56..311fa93 100644
--- a/Debugger/debug_stub.h
+++ b/Debugger/debug_stub.h
@@ -97,7 +97,7 @@
#define BKPT32_AUTO_BKPT 0x00080000 /* ARM BKPT Auto-Step Flag (for CONT support) */
#define BKPT32_MANUAL_BKPT 0x0007FF0F /* Manually inserted ARM Breakpoint */
-#define BKPT16_INSTR 0xBE00 /* Thumb BKPT instruction (not supported currently) */
+#define BKPT16_INSTR 0xBE00 /* Thumb BKPT instruction */
#define BKPT16_ENUM_MASK 0x00FF /* Thumb BKPT Enum Mask */
#define BKPT16_AUTO_BKPT 0x0080 /* Thumb BKPT Auto-Step Flag (for CONT support) */
#define BKPT16_MANUAL_BKPT 0x007F /* Manually inserted Thumb Breakpoint */