aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_comm.S
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-01-18 09:58:34 +0800
committerTat-Chee Wan (USM)2011-01-18 09:58:34 +0800
commitc581a52793e2c7abb21a6d2cf3c35d717f60e0d2 (patch)
tree6f4204cbc2c723cbacbc38d33e1abf0851dcf297 /Debugger/debug_comm.S
parent3ce940a3517e8b1752b523db0dc6daaf5c2831e0 (diff)
fixing command decoder after changes made to comm routines
Diffstat (limited to 'Debugger/debug_comm.S')
-rw-r--r--Debugger/debug_comm.S9
1 files changed, 0 insertions, 9 deletions
diff --git a/Debugger/debug_comm.S b/Debugger/debug_comm.S
index 15b9706..09c983f 100644
--- a/Debugger/debug_comm.S
+++ b/Debugger/debug_comm.S
@@ -57,15 +57,6 @@ hex2char_lut:
/* Macros
*/
-/* _asciiz
- * Terminate string given string buffer pointer in \addrptr
- * reg is used as a scratch register (destroyed)
- *
- */
- .macro _asciiz reg, strptr
- mov \reg, #0 /* NULL character */
- strb \reg, [\strptr] /* Terminate ASCIIZ string */
- .endm
/* _hex2char_lut
* Internal routine to intialize the LUT address pointer