about summary refs log tree commit diff stats
path: root/059stop.subx
diff options
context:
space:
mode:
Diffstat (limited to '059stop.subx')
-rw-r--r--059stop.subx3
1 files changed, 2 insertions, 1 deletions
diff --git a/059stop.subx b/059stop.subx
index 7fc99a27..f4e90707 100644
--- a/059stop.subx
+++ b/059stop.subx
@@ -39,7 +39,8 @@
 
 # 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.
+# Ugly that we need to know the size of args. Don't allocate variables between
+# tailor-exit-descriptor and the call it's for.
 tailor-exit-descriptor:  # ed : (address exit-descriptor), nbytes : int -> <void>
     # . prolog
     55/push-EBP