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)
rks for delimited continuations' href='/akkartik/mu/commit/continuation3.mu?h=main&id=5059f32d0ddf36b9591ad0c14ee474ad5f2f8816'>5059f32d ^
a3195d44 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34