summaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Debugger/debug_macros.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-02-14 11:47:12 +0800
committerTat-Chee Wan (USM)2011-02-14 11:47:12 +0800
commit9452b23df87eda9479991947502c951834f3c5fd (patch)
tree4f30c14260287745d565e74e1b0d667f813b4fc9 /AT91SAM7S256/armdebug/Debugger/debug_macros.h
parent8613433acf8dd6f22da08c2be384f439264c4aef (diff)
parentc5db8aa5365ceb01f81f9c760aa57d512b4669b9 (diff)
Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebug
Diffstat (limited to 'AT91SAM7S256/armdebug/Debugger/debug_macros.h')
-rw-r--r--AT91SAM7S256/armdebug/Debugger/debug_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AT91SAM7S256/armdebug/Debugger/debug_macros.h b/AT91SAM7S256/armdebug/Debugger/debug_macros.h
index 652c62b..2c6c6e7 100644
--- a/AT91SAM7S256/armdebug/Debugger/debug_macros.h
+++ b/AT91SAM7S256/armdebug/Debugger/debug_macros.h
@@ -112,7 +112,7 @@
* On exit:
* deststrptr: Pointer to next character slot in destination string
* sourcestrptr: Pointer to next character slot in source string
- * R0: destroyed
+ * sizereg, scratchreg: destroyed
*/
.macro _dbg_memcpy deststrptr, sourcestrptr, sizereg, scratchreg
1: ldrb \scratchreg, [\sourcestrptr], #1