diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-10-16 23:43:32 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-10-16 23:43:32 -0700 |
commit | df592211f639504c31fa8a160a16acd961bbdede (patch) | |
tree | f32aa9fd2f5db552ae19267d983725bf7c8f1189 | |
parent | 8108f5b875c07e1f6c3f13a32a7bfe23e69715c4 (diff) | |
download | mu-df592211f639504c31fa8a160a16acd961bbdede.tar.gz |
4706
-rw-r--r-- | subx/055trace.subx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/055trace.subx b/subx/055trace.subx index b9ab5e67..f5e3d7bf 100644 --- a/subx/055trace.subx +++ b/subx/055trace.subx @@ -1,9 +1,9 @@ # helpers for emitting traces to a trace stream, and for tests to check the trace stream # # A trace stream looks like this: -# read : int +# read : int # index that we've read until # write : int # index at which writes go -# data : (array byte) # prefixed by length +# data : (array byte) # prefixed by length as usual # In a real trace the data will be in a special segment set aside for the purpose. # # primitives for operating on traces: |