about summary refs log tree commit diff stats
path: root/subx/056trace.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-06-29 13:25:57 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-01 23:09:58 -0700
commit89a7cac6c962777aa7b02f53542b013727b90e36 (patch)
tree64f72a1dd5ff2824aa0322b8b2c1871ebf3c32c1 /subx/056trace.subx
parent5df043bd954aced4f1f1fb5ee51a95251edc7053 (diff)
downloadmu-89a7cac6c962777aa7b02f53542b013727b90e36.tar.gz
.
Fix some comments.
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