about summary refs log tree commit diff stats
path: root/067parse-hex.subx
diff options
context:
space:
mode:
Diffstat (limited to '067parse-hex.subx')
-rw-r--r--067parse-hex.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/067parse-hex.subx b/067parse-hex.subx
index e9136696..83fcabe3 100644
--- a/067parse-hex.subx
+++ b/067parse-hex.subx
@@ -907,12 +907,12 @@ $from-hex-char:abort:
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               4/imm32           # add to esp
     # . . restore eax
     58/pop-to-eax
-    # . print-int32-buffered(Stderr, eax)
+    # . write-int32-hex-buffered(Stderr, eax)
     # . . push args
     50/push-eax
     68/push  Stderr/imm32
     # . . call
-    e8/call  print-int32-buffered/disp32
+    e8/call  write-int32-hex-buffered/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
     # . flush(Stderr)