about summary refs log tree commit diff stats
path: root/059stop.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-08-13 22:13:14 -0700
committerKartik Agaram <vc@akkartik.com>2019-08-13 22:13:14 -0700
commit306812cc3044440987f15ee0ed8dc876e17c369d (patch)
tree97a6f7c3c8a81f9c303184c073b253ebf067675f /059stop.subx
parent328a8e11f6cee1a4cabba76b1cee515ed33db84d (diff)
downloadmu-306812cc3044440987f15ee0ed8dc876e17c369d.tar.gz
done implementing all variants of 'get'
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