about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-27 01:45:08 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-27 01:45:08 -0800
commit0dbcb99d1b60a915d3bcca9827a873238c4f0c28 (patch)
treefacdf73f18380d3161054d79e9252ec530b6f234 /apps
parent59afac9eae3392a70dc6bbfad98d1286b4d78655 (diff)
downloadmu-0dbcb99d1b60a915d3bcca9827a873238c4f0c28.tar.gz
5928
Diffstat (limited to 'apps')
-rwxr-xr-xapps/mubin82561 -> 82556 bytes
-rw-r--r--apps/mu.subx6
2 files changed, 2 insertions, 4 deletions
diff --git a/apps/mu b/apps/mu
index 22e52d86..45ed328c 100755
--- a/apps/mu
+++ b/apps/mu
Binary files differdiff --git a/apps/mu.subx b/apps/mu.subx
index bf5122a1..a6c4a080 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -2802,8 +2802,6 @@ $parse-mu-named-block:end:
     c3/return
 
 parse-mu-var-def:  # line: (addr stream byte), vars: (addr stack (handle var)) -> result/eax: (handle stmt)
-    # pseudocode:
-    #
     # . prologue
     55/push-ebp
     89/<- %ebp 4/r32/esp
@@ -4689,7 +4687,7 @@ $get-stmt-operand-from-arg-location:abort:
     # error("invalid arg-location " eax)
     (write-buffered Stderr "invalid arg-location ")
     (print-int32-buffered Stderr %eax)
-    (write-buffered Stderr "\n")
+    (write-buffered Stderr Newline)
     (flush Stderr)
     # . syscall(exit, 1)
     bb/copy-to-ebx  1/imm32
@@ -4917,7 +4915,7 @@ $find-matching-primitive:loop:
 #?       (write-buffered Stderr *ecx)  # Primitive-name
 #?       (write-buffered Stderr " => ")
 #?       (write-buffered Stderr *(ecx+0xc))  # Primitive-subx-name
-#?       (write-buffered Stderr "\n")
+#?       (write-buffered Stderr Newline)
 #?       (flush Stderr)
       # if match(curr, stmt) return curr
       {