This commit is contained in:
Kartik Agaram 2018-10-30 22:32:38 -07:00
parent f94442fe2d
commit 0e6f3d086e
1 changed files with 1 additions and 1 deletions

View File

@ -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