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.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/056trace.subx b/subx/056trace.subx
index aeb572d3..3b665a82 100644
--- a/subx/056trace.subx
+++ b/subx/056trace.subx
@@ -238,7 +238,7 @@ check-trace-contains:  # line : (address string), msg : (address string)
     89/copy                         3/mod/direct    5/rm32/EBP    .           .             .           4/r32/ESP   .               .                 # copy ESP to EBP
     # rewind-stream(*Trace-stream)
     # . . push args
-    ff          6/subop/push        0/mod/indirect  5/rm32/.disp32            .             .           .           Trace-stream/disp32               # push *Segment-size
+    ff          6/subop/push        0/mod/indirect  5/rm32/.disp32            .             .           .           Trace-stream/disp32               # push *Trace-stream
     # . . call
     e8/call  rewind-stream/disp32
     # . . discard args
@@ -266,7 +266,7 @@ check-trace-scans-to:  # line : (address string), msg : (address string)
     # EAX = trace-scan(*Trace-stream, line)
     # . . push args
     ff          6/subop/push        1/mod/*+disp8   5/rm32/EBP    .           .             .           .           8/disp8         .                 # push *(EBP+8)
-    ff          6/subop/push        0/mod/indirect  5/rm32/.disp32            .             .           .           Trace-stream/disp32               # push *Segment-size
+    ff          6/subop/push        0/mod/indirect  5/rm32/.disp32            .             .           .           Trace-stream/disp32               # push *Trace-stream
     # . . call
     e8/call  trace-scan/disp32
     # . . discard args