about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-03 23:09:00 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-03 23:09:00 -0700
commitda1a29f12171a785437f194c64effabade9233e8 (patch)
tree7ce2de162891eab7d66066697d99166336e09b0b /apps
parent91c80ca32c0d0cb83d13301ddcdcc69fdc8b4e5e (diff)
downloadmu-da1a29f12171a785437f194c64effabade9233e8.tar.gz
6462
Stack bug.
Diffstat (limited to 'apps')
-rwxr-xr-xapps/mubin256204 -> 256204 bytes
-rw-r--r--apps/mu.subx2
2 files changed, 1 insertions, 1 deletions
diff --git a/apps/mu b/apps/mu
index 7458a1cd..fa14405a 100755
--- a/apps/mu
+++ b/apps/mu
Binary files differdiff --git a/apps/mu.subx b/apps/mu.subx
index 19617c6c..61c0c390 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -3726,7 +3726,7 @@ $parse-mu:type:
     } # end line loop
 $parse-mu:end:
     # . reclaim locals
-    81 0/subop/add %esp 0x630/imm32
+    81 0/subop/add %esp 0xa1c/imm32
     # . restore registers
     5f/pop-to-edi
     5e/pop-to-esi