about summary refs log tree commit diff stats
path: root/068error-byte.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-10-17 21:59:51 -0700
committerKartik Agaram <vc@akkartik.com>2019-10-17 21:59:51 -0700
commit540974343290cb9ac0cf55b999447bf563928612 (patch)
treef8ed3420cbe796ee672e207543c80b2b85350fb9 /068error-byte.subx
parent5a7f919dfabc8ac721cb7ac5383c97e24d828736 (diff)
downloadmu-540974343290cb9ac0cf55b999447bf563928612.tar.gz
5700
Diffstat (limited to '068error-byte.subx')
-rw-r--r--068error-byte.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/068error-byte.subx b/068error-byte.subx
index 0d6ddafe..5284c034 100644
--- a/068error-byte.subx
+++ b/068error-byte.subx
@@ -24,7 +24,7 @@
 #?     cd/syscall  0x80/imm8
 
 # write(out, "Error: "+msg+": "+byte) then stop(ed, 1)
-error-byte:  # ed : (address exit-descriptor), out : (address buffered-file), msg : (address array byte), n : byte -> <void>
+error-byte:  # ed : (address exit-descriptor), out : (address buffered-file), msg : (address array byte), n : byte
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp