summaryrefslogtreecommitdiff
path: root/Debugger/debug_stub.h
diff options
context:
space:
mode:
authorTC Wan2010-12-20 18:16:19 +0800
committerTC Wan2010-12-20 18:16:19 +0800
commit9ce9a23e94fba22ed0c037e404d570c775370aea (patch)
treeff6dfb2a2332978671e9febfe09b72e67cea4e84 /Debugger/debug_stub.h
parentd9781b603d5f1206554436a6b5cb129ed4f88f30 (diff)
updated bitmasks and debugger stack contents descriptionUSER_STACK
Diffstat (limited to 'Debugger/debug_stub.h')
-rw-r--r--Debugger/debug_stub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Debugger/debug_stub.h b/Debugger/debug_stub.h
index c92202c..79fa4d4 100644
--- a/Debugger/debug_stub.h
+++ b/Debugger/debug_stub.h
@@ -91,6 +91,7 @@
#define CPSR_THUMB 0x00000020
#define CPSR_FIQ 0x00000040
#define CPSR_IRQ 0x00000080
+#define CPSR_MODE 0x0000001F
/*@}*/