about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-21 14:58:14 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-21 14:58:14 -0700
commitc50303cc631a081ef33fe265df2c40916ed2f869 (patch)
treec62bc0210493712e67e6eeac7367deda8d6bc357 /apps
parentb38d54c402f2017e3d1b9b22dc32a5548c00edb2 (diff)
downloadmu-c50303cc631a081ef33fe265df2c40916ed2f869.tar.gz
6568
Diffstat (limited to 'apps')
-rw-r--r--apps/mu.subx6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index 76e7c6f3..f286a3a8 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -6992,7 +6992,7 @@ $parse-mu-block:regular-stmt:
       #
       e9/jump loop/disp32
     } # end line loop
-    (clean-up-blocks *(ebp+0xc) *Curr-block-depth)
+    (clean-up-blocks *(ebp+0xc) *Curr-block-depth *(ebp+0x10))
     # decrement *Curr-block-depth
     ff 1/subop/decrement *Curr-block-depth
     # pop(vars)
@@ -10694,7 +10694,7 @@ $emit-subx-stmt-list:continue:
 $emit-subx-stmt-list:emit-cleanup:
     (emit-cleanup-code-until-depth *(ebp+8) *(ebp+0x10) *Curr-block-depth)
 $emit-subx-stmt-list:clean-up:
-    (clean-up-blocks *(ebp+0x10) *Curr-block-depth)
+    (clean-up-blocks *(ebp+0x10) *Curr-block-depth *(ebp+0x14))
 $emit-subx-stmt-list:end:
     # . restore registers
     5e/pop-to-esi
@@ -11457,7 +11457,7 @@ $same-register-spilled-before?:end:
     c3/return
 
 # clean up global state for 'vars' until some block depth (inclusive)
-clean-up-blocks:  # vars: (addr stack live-var), until-block-depth: int
+clean-up-blocks:  # vars: (addr stack live-var), until-block-depth: int, fn: (addr function)
     # . prologue
     55/push-ebp
     89/<- %ebp 4/r32/esp