summaryrefslogtreecommitdiff
path: root/Debugger/debug_macros.h
diff options
context:
space:
mode:
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}