about summary refs log tree commit diff stats
path: root/subx/057stop.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-30 22:32:38 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-30 22:32:38 -0700
commit0e6f3d086ec310e65c13df8e003eb74552ad1479 (patch)
treeb551c88d51ee5e8a490204f11ffa9b74865c3615 /subx/057stop.subx
parentf94442fe2da11e3938f01b3065546b36313ef342 (diff)
downloadmu-0e6f3d086ec310e65c13df8e003eb74552ad1479.tar.gz
4737
Diffstat (limited to 'subx/057stop.subx')
-rw-r--r--subx/057stop.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/057stop.subx b/subx/057stop.subx
index a9e454b6..ea122aba 100644
--- a/subx/057stop.subx
+++ b/subx/057stop.subx
@@ -42,7 +42,7 @@
 # Configure an exit-descriptor for a call pushing 'nbytes' bytes of args to
 # the stack.
 # Ugly that we need to know the size of args, but so it goes.
-tailor-exit-descriptor:  # ed : (address exit-descriptor), nbytes : int -> ()
+tailor-exit-descriptor:  # ed : (address exit-descriptor), nbytes : int -> <void>
   # prolog
   55/push-EBP
   89/copy                         3/mod/direct    5/rm32/EBP    .           .             .           4/r32/ESP   .               .                 # copy ESP to EBP