diff options
Diffstat (limited to 'subx')
-rw-r--r-- | subx/057stop.subx | 2 |
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 |