about summary refs log tree commit diff stats
path: root/082slurp.subx
diff options
context:
space:
mode:
Diffstat (limited to '082slurp.subx')
-rw-r--r--082slurp.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/082slurp.subx b/082slurp.subx
index 0874f1d8..a00f252b 100644
--- a/082slurp.subx
+++ b/082slurp.subx
@@ -113,9 +113,9 @@ test-slurp:
     e8/call  clear-stream/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               4/imm32           # add to esp
-    # . clear-stream(_test-buffered-file->buffer)
+    # . clear-stream($_test-buffered-file->buffer)
     # . . push args
-    68/push  _test-buffered-file->buffer/imm32
+    68/push  $_test-buffered-file->buffer/imm32
     # . . call
     e8/call  clear-stream/disp32
     # . . discard args