about summary refs log tree commit diff stats
path: root/074write-stream-data.subx
diff options
context:
space:
mode:
Diffstat (limited to '074write-stream-data.subx')
-rw-r--r--074write-stream-data.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/074write-stream-data.subx b/074write-stream-data.subx
index dfce0b17..25a8f87c 100644
--- a/074write-stream-data.subx
+++ b/074write-stream-data.subx
@@ -60,9 +60,9 @@ test-write-stream-data:
     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-output-buffered-file->buffer)
+    # . clear-stream($_test-output-buffered-file->buffer)
     # . . push args
-    68/push  _test-output-buffered-file->buffer/imm32
+    68/push  $_test-output-buffered-file->buffer/imm32
     # . . call
     e8/call  clear-stream/disp32
     # . . discard args
b8536a5015e1754e10f51cf39ad50777401'>^
1
2
3
4
5
6
7
8
9
10
11
12