summaryrefslogtreecommitdiff
path: root/Debugger/debug_macros.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-07-01 22:24:52 +0800
committerTat-Chee Wan (USM)2011-07-01 22:24:52 +0800
commitbc3a3acc1924b3abae24344b51669a316980f5d8 (patch)
tree08170b108c888ec7016f4ff1cd91e09f7c5e2973 /Debugger/debug_macros.h
parentcd19bc0f96fb7b2923b8aefe3295e7047f690c30 (diff)
fix invalid table name in _dbg_armDecodeEntry macro, improved comments in arm processing routines
Misc cleanups, fix error in _dbg_armDecodeEntry macro.
Diffstat (limited to 'Debugger/debug_macros.h')
-rw-r--r--Debugger/debug_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debugger/debug_macros.h b/Debugger/debug_macros.h
index 7932d97..e3208b4 100644
--- a/Debugger/debug_macros.h
+++ b/Debugger/debug_macros.h
@@ -67,7 +67,7 @@
*/
.macro _dbg_armDecodeEntry instrreg, instrmask, codehandler, indexreg
- ldr \instrmask, =debug_thumbDecodeTable /* Temporary register */
+ ldr \instrmask, =debug_armDecodeTable /* Temporary register */
add \instrmask, \instrmask, \indexreg, lsl #3
add \instrmask, \instrmask, \indexreg, lsl #2 /* 12 byte entries */
ldm \instrmask, {\instrreg, \instrmask, \codehandler}