From f3d3c4ec2a2a439ea1b8f5268ef5a2f5606c710d Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 17 Jun 2019 00:47:32 -0700 Subject: . --- subx/056trace.subx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'subx/056trace.subx') 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 -- cgit 1.4.1-2-gfad0