about summary refs log tree commit diff stats
path: root/subx/056trace.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-08 01:05:23 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-08 01:05:23 -0700
commit925fc490d2ce8b8d411de87bd0af5b3a8a704213 (patch)
treecf565adebb4d7343d95d3a5ef18de1f21f28cad9 /subx/056trace.subx
parente5cffe30ed38fbbdc74c63d0a94ab2a93713e43d (diff)
downloadmu-925fc490d2ce8b8d411de87bd0af5b3a8a704213.tar.gz
.
Be more consistent about names of ends of a slice.
Diffstat (limited to 'subx/056trace.subx')
-rw-r--r--subx/056trace.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/056trace.subx b/subx/056trace.subx
index 417c24ce..b63476fa 100644
--- a/subx/056trace.subx
+++ b/subx/056trace.subx
@@ -20,7 +20,7 @@ Trace-stream:
 
 Trace-segment:
     0/imm32/curr
-    0/imm32/end
+    0/imm32/limit
 
 # Fake trace-stream for tests.
 # Also illustrates the layout of the real trace-stream (segment).