diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-06-17 00:47:32 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-06-17 00:50:42 -0700 |
commit | f3d3c4ec2a2a439ea1b8f5268ef5a2f5606c710d (patch) | |
tree | 76ec0418251b6369c3f998e63d8d732f52a550ce | |
parent | ff30b00b147dba7a1e0e2109e40610ee37e87ade (diff) | |
download | mu-f3d3c4ec2a2a439ea1b8f5268ef5a2f5606c710d.tar.gz |
.
-rw-r--r-- | subx/056trace.subx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/subx/056trace.subx b/subx/056trace.subx index a0a5d405..36ba04cf 100644 --- a/subx/056trace.subx +++ b/subx/056trace.subx @@ -915,9 +915,9 @@ $_append-4:abort: == data _test-stream-line-ABABA: - # current write index + # write 8/imm32 - # current read index + # read 0/imm32 # length 8/imm32 @@ -925,9 +925,9 @@ _test-stream-line-ABABA: 41 42 41 42 41 0A 00 00 # 8 bytes _test-stream-empty: - # current write index + # write 0/imm32 - # current read index + # read 0/imm32 # length 8/imm32 @@ -935,9 +935,9 @@ _test-stream-empty: 00 00 00 00 00 00 00 00 # 8 bytes _test-stream-filled: - # current write index + # write 8/imm32 - # current read index + # read 0/imm32 # length 8/imm32 |