about summary refs log tree commit diff stats
path: root/067parse-hex.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-12-05 22:57:51 -0800
committerKartik Agaram <vc@akkartik.com>2019-12-05 22:57:51 -0800
commit686a52bd2ef94fb6a2f255e59b17d9e71f719918 (patch)
tree5ff66558e54a98b5738ea4b7111137f508a06bf5 /067parse-hex.subx
parent714d6e15ba096e47253905eb63bf4066f72cf46f (diff)
downloadmu-686a52bd2ef94fb6a2f255e59b17d9e71f719918.tar.gz
5790
Standardize conventions for labels within objects in the data segment.

We're going to use this in a new tool.
Diffstat (limited to '067parse-hex.subx')
-rw-r--r--067parse-hex.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/067parse-hex.subx b/067parse-hex.subx
index 0843c52f..b5694b8c 100644
--- a/067parse-hex.subx
+++ b/067parse-hex.subx
@@ -833,11 +833,11 @@ $from-hex-char:abort:
     e8/call  _write/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-    # . clear-stream(Stderr->buffer)
+    # . clear-stream($Stderr->buffer)
     # . . save eax
     50/push-eax
     # . . push args
-    68/push  Stderr->buffer/imm32
+    68/push  $Stderr->buffer/imm32
     # . . call
     e8/call  clear-stream/disp32
     # . . discard args