diff options
Diffstat (limited to 'subx/057write.subx')
-rw-r--r-- | subx/057write.subx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/subx/057write.subx b/subx/057write.subx index c1712996..2a111dd3 100644 --- a/subx/057write.subx +++ b/subx/057write.subx @@ -154,11 +154,11 @@ test-write-appends: _test-stream: # current write index - 00 00 00 00 + 0/imm32 # current read index - 00 00 00 00 - # length (= 8) - 08 00 00 00 + 0/imm32 + # length + 8/imm32 # data 00 00 00 00 00 00 00 00 # 8 bytes |