about summary refs log tree commit diff stats
path: root/subx/068error-byte.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/068error-byte.subx')
-rw-r--r--subx/068error-byte.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/068error-byte.subx b/subx/068error-byte.subx
index 252aff20..dcffd026 100644
--- a/subx/068error-byte.subx
+++ b/subx/068error-byte.subx
@@ -52,12 +52,12 @@ error-byte:  # ed : (address exit-descriptor), out : (address buffered-file), ms
     e8/call  write-buffered/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
-    # print-byte(out, byte)
+    # print-byte-buffered(out, byte)
     # . . push args
     ff          6/subop/push        1/mod/*+disp8   5/rm32/EBP    .           .             .           .           0x14/disp8      .                 # push *(EBP+20)
     ff          6/subop/push        1/mod/*+disp8   5/rm32/EBP    .           .             .           .           0xc/disp8       .                 # push *(EBP+12)
     # . . call
-    e8/call  print-byte/disp32
+    e8/call  print-byte-buffered/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
     # write-buffered(out, Newline)