summaryrefslogtreecommitdiff
path: root/boot/asm-boot.s
diff options
context:
space:
mode:
Diffstat (limited to 'boot/asm-boot.s')
-rw-r--r--boot/asm-boot.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/boot/asm-boot.s b/boot/asm-boot.s
index 80167a2..fca0d3f 100644
--- a/boot/asm-boot.s
+++ b/boot/asm-boot.s
@@ -354,19 +354,6 @@ _compile_call:
la a2, token_comma
call _token_compare
- /* DEBUG. Write the current token to stderr.
- addi a0, zero, STDERR
- addi a1, s1, 0
- li a2, 4 #(sp)
- addi a7, zero, SYS_WRITE
- ecall
- addi a0, zero, STDERR
- la a1, token_open_square
- li a2, 1
- addi a7, zero, SYS_WRITE
- ecall
- DEBUG. End */
-
bnez a0, .Lcompile_call_paren
lw t0, 12(sp) # Argument count for a procedure call.