summaryrefslogtreecommitdiff
path: root/boot/asm-boot.s
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-04-22 22:51:11 +0200
committerEugen Wissner <belka@caraus.de>2025-04-22 22:51:11 +0200
commit5aaf9ded3646f5312e26fc7b3502f141c2e556f5 (patch)
treef8159a432af1b48e44296d178660db73a2f1805f /boot/asm-boot.s
parent536443b020d01d0d5372496529086a11b2486621 (diff)
downloadelna-5aaf9ded3646f5312e26fc7b3502f141c2e556f5.tar.gz
Support global variables and constants
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.