about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/apps/survey.subx6
1 files changed, 3 insertions, 3 deletions
diff --git a/subx/apps/survey.subx b/subx/apps/survey.subx
index 82144c3c..2f100b79 100644
--- a/subx/apps/survey.subx
+++ b/subx/apps/survey.subx
@@ -678,7 +678,7 @@ test-compute-offsets:
     #   segment 'code' has size 0x5
     #   segment 'data' is at file offset 0x5
     #   label 'x' is in segment 'data'
-    #   label 'x' is at offset 0x0
+    #   label 'x' is at offset 0x5
     #   segment 'data' has size 0x1
     #
     # . prolog
@@ -820,10 +820,10 @@ test-compute-offsets:
     e8/call  check-trace-contains/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
-    # . check-trace-contains("label 'x' is at offset 0x00000000.", msg)
+    # . check-trace-contains("label 'x' is at offset 0x00000005.", msg)
     # . . push args
     68/push  "F - test-compute-offsets/5"/imm32
-    68/push  "label 'x' is at offset 0x00000000."/imm32
+    68/push  "label 'x' is at offset 0x00000005."/imm32
     # . . call
     e8/call  check-trace-contains/disp32
     # dump *Trace-stream {{{