about summary refs log tree commit diff stats
path: root/112read-byte.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-11 00:11:39 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-11 00:11:39 -0700
commitefe641a030215d6d3795d5ef0c6fd304402da10b (patch)
tree57982d84ed43fc836652a1e09d6cfeac7fc902e1 /112read-byte.subx
parent1c349ac7c571a97978e1cbbe726430ae9c741972 (diff)
downloadmu-efe641a030215d6d3795d5ef0c6fd304402da10b.tar.gz
6632
Diffstat (limited to '112read-byte.subx')
-rw-r--r--112read-byte.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/112read-byte.subx b/112read-byte.subx
index 78b8a7b9..387cbb66 100644
--- a/112read-byte.subx
+++ b/112read-byte.subx
@@ -35,7 +35,7 @@ $Stdin->buffer:
 
 # return next byte value in eax, with top 3 bytes cleared.
 # On reaching end of file, return 0xffffffff (Eof).
-read-byte-buffered:  # f: (addr buffered-file) -> byte-or-Eof/eax
+read-byte-buffered:  # f: (addr buffered-file) -> byte-or-Eof/eax: byte
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp