about summary refs log tree commit diff stats
path: root/063error.subx
diff options
context:
space:
mode:
Diffstat (limited to '063error.subx')
-rw-r--r--063error.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/063error.subx b/063error.subx
index 10f10667..1d77b3f0 100644
--- a/063error.subx
+++ b/063error.subx
@@ -6,7 +6,7 @@
 # . 1-3 bytes   3 bits              2 bits          3 bits        3 bits      3 bits        2 bits      2 bits      0/1/2/4 bytes   0/1/2/4 bytes
 
 # write(out, "Error: "+msg+"\n") then stop(ed, 1)
-error:  # ed : (address exit-descriptor), out : fd or (address stream), msg : (address array byte) -> <void>
+error:  # ed : (address exit-descriptor), out : fd or (address stream), msg : (address array byte)
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp