about summary refs log tree commit diff stats
path: root/apps/survey.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-29 18:33:52 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-29 18:33:52 -0700
commit59cf3ae9837c22eba57dc14aff1e5deb4597b499 (patch)
treedb78ba76927584b3341c81098c607f632860e8dc /apps/survey.subx
parent1afc882890399d70926a09036f4e66c33b3972cc (diff)
downloadmu-59cf3ae9837c22eba57dc14aff1e5deb4597b499.tar.gz
6597
Diffstat (limited to 'apps/survey.subx')
-rw-r--r--apps/survey.subx16
1 files changed, 8 insertions, 8 deletions
diff --git a/apps/survey.subx b/apps/survey.subx
index d9ae3257..80c5194e 100644
--- a/apps/survey.subx
+++ b/apps/survey.subx
@@ -3628,12 +3628,12 @@ trace-sssns:  # s1: (addr array byte), s2: (addr array byte), s3: (addr array by
     e8/call  write/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-    # print-int32(*Trace-stream, n4)
+    # write-int32-hex(*Trace-stream, n4)
     # . . push args
     ff          6/subop/push        1/mod/*+disp8   5/rm32/ebp    .           .             .           .           0x14/disp8      .                 # push *(ebp+20)
     ff          6/subop/push        0/mod/indirect  5/rm32/.disp32            .             .           .           Trace-stream/disp32               # push *Trace-stream
     # . . call
-    e8/call  print-int32/disp32
+    e8/call  write-int32-hex/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
     # trace(s5)  # implicitly adds a newline and finalizes the trace line
@@ -3719,12 +3719,12 @@ trace-snsns:  # s1: (addr array byte), n2: int, s3: (addr array byte), n4: int,
     e8/call  write/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-    # print-int32(*Trace-stream, n2)
+    # write-int32-hex(*Trace-stream, n2)
     # . . push args
     ff          6/subop/push        1/mod/*+disp8   5/rm32/ebp    .           .             .           .           0xc/disp8       .                 # push *(ebp+12)
     ff          6/subop/push        0/mod/indirect  5/rm32/.disp32            .             .           .           Trace-stream/disp32               # push *Trace-stream
     # . . call
-    e8/call  print-int32/disp32
+    e8/call  write-int32-hex/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
     # write(*Trace-stream, s3)
@@ -3735,12 +3735,12 @@ trace-snsns:  # s1: (addr array byte), n2: int, s3: (addr array byte), n4: int,
     e8/call  write/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-    # print-int32(*Trace-stream, n4)
+    # write-int32-hex(*Trace-stream, n4)
     # . . push args
     ff          6/subop/push        1/mod/*+disp8   5/rm32/ebp    .           .             .           .           0x14/disp8      .                 # push *(ebp+20)
     ff          6/subop/push        0/mod/indirect  5/rm32/.disp32            .             .           .           Trace-stream/disp32               # push *Trace-stream
     # . . call
-    e8/call  print-int32/disp32
+    e8/call  write-int32-hex/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
     # trace(s5)  # implicitly adds a newline and finalizes the trace line
@@ -3967,12 +3967,12 @@ trace-slsns:  # s1: (addr array byte), l2: (addr slice), s3: (addr array byte),
     e8/call  write/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-    # print-int32(*Trace-stream, n4)
+    # write-int32-hex(*Trace-stream, n4)
     # . . push args
     ff          6/subop/push        1/mod/*+disp8   5/rm32/ebp    .           .             .           .           0x14/disp8      .                 # push *(ebp+20)
     ff          6/subop/push        0/mod/indirect  5/rm32/.disp32            .             .           .           Trace-stream/disp32               # push *Trace-stream
     # . . call
-    e8/call  print-int32/disp32
+    e8/call  write-int32-hex/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
     # trace(s5)  # implicitly adds a newline and finalizes the trace line