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 652c62b..2c6c6e7 100644
--- a/Debugger/debug_macros.h
+++ b/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