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