about summary refs log tree commit diff stats
path: root/subx/060write-stream.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-02 14:41:21 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-02 14:41:21 -0800
commitc98d4b1c6ae2d103acc7b4f15e4dc6336f30de17 (patch)
tree46da18e339b2d87fc14b9f064cf1addf04a5ae64 /subx/060write-stream.subx
parentf75f333f52d42908ebf427f04fa6033f285ea5e5 (diff)
downloadmu-c98d4b1c6ae2d103acc7b4f15e4dc6336f30de17.tar.gz
4818
Diffstat (limited to 'subx/060write-stream.subx')
-rw-r--r--subx/060write-stream.subx8
1 files changed, 4 insertions, 4 deletions
diff --git a/subx/060write-stream.subx b/subx/060write-stream.subx
index 59616a01..73b48e36 100644
--- a/subx/060write-stream.subx
+++ b/subx/060write-stream.subx
@@ -150,11 +150,11 @@ test-write-stream-single:
     e8/call  write-stream/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
-    # check-ints-equal(*_test-stream.data, 41/A 62/b 00 00, msg)
+    # check-ints-equal(*_test-stream->data, 41/A 62/b 00 00, msg)
     # . . push args
     68/push  "F - test-write-stream-single"/imm32
     68/push  0x006241/imm32/Ab
-    # push *_test-stream.data
+    # . . push *_test-stream->data
     b8/copy-to-EAX  _test-stream/imm32
     ff          6/subop/push        1/mod/*+disp8   0/rm32/EAX    .           .             .           .           0xc/disp8       .                 # push *(EAX+12)
     # . . call
@@ -214,11 +214,11 @@ test-write-stream-appends:
     e8/call  write-stream/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
-    # check-ints-equal(*_test-stream.data, 43/C 44/D 00 00, msg)
+    # check-ints-equal(*_test-stream->data, 43/C 44/D 00 00, msg)
     # . . push args
     68/push  "F - test-write-stream-appends"/imm32
     68/push  0x00004443/imm32/C-D
-    # push *_test-stream.data
+    # . . push *_test-stream->data
     b8/copy-to-EAX  _test-stream/imm32
     ff          6/subop/push        1/mod/*+disp8   0/rm32/EAX    .           .             .           .           0xc/disp8       .                 # push *(EAX+12)
     # . . call