about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-11-14 17:29:40 -0800
committerKartik Agaram <vc@akkartik.com>2019-11-14 17:29:40 -0800
commit445373f335bbe58e719957b382c3e5ee6dc71fe4 (patch)
tree3fa70e31e10821715cd6aaebc2db411b5cb747b6
parenta0cc00c0b6d4c718a9cc4e383e952794c2d61898 (diff)
downloadmu-445373f335bbe58e719957b382c3e5ee6dc71fe4.tar.gz
5743
-rwxr-xr-xapps/mubin47937 -> 47937 bytes
-rw-r--r--apps/mu.subx2
2 files changed, 1 insertions, 1 deletions
diff --git a/apps/mu b/apps/mu
index 7f9ccd8c..45567267 100755
--- a/apps/mu
+++ b/apps/mu
Binary files differdiff --git a/apps/mu.subx b/apps/mu.subx
index 60dc81dc..5c19b294 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -817,7 +817,7 @@ emit-subx-function:  # out : (address buffered-file), f : (address function)
     (write-buffered %edi *ecx)
     (write-buffered %edi ":\n")
     (emit-subx-prologue %edi)
-    (emit-subx-block %edi *(ecx+4))  # TODO: offset
+    (emit-subx-block %edi *(ecx+0x10))  # Function-body
     (emit-subx-epilogue %edi)
 $emit-subx-function:end:
     # . restore registers