about summary refs log tree commit diff stats
path: root/subx/056trace.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/056trace.subx')
-rw-r--r--subx/056trace.subx10
1 files changed, 5 insertions, 5 deletions
diff --git a/subx/056trace.subx b/subx/056trace.subx
index aa73bbdd..479569a7 100644
--- a/subx/056trace.subx
+++ b/subx/056trace.subx
@@ -22,17 +22,17 @@
 
 # We'll save the address of the trace segment here.
 Trace-stream:
-    00 00 00 00
+    0/imm32
 
 # Fake trace-stream for tests.
 # Also illustrates the layout of the real trace-stream (segment).
 _test-trace-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