about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-11 21:33:51 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-11 21:33:51 -0700
commit5c86f9be66cc0411eeb1eef473958657ae214291 (patch)
tree0d7c95ba83246d65b601c13d1142e0cd2de2af80
parent355073129b479efcb413e92b206b5fccf3834b03 (diff)
downloadmu-5c86f9be66cc0411eeb1eef473958657ae214291.tar.gz
6636
-rwxr-xr-xapps/mubin345576 -> 345596 bytes
-rw-r--r--apps/mu.subx2
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/mu b/apps/mu
index aef10773..b9a48e39 100755
--- a/apps/mu
+++ b/apps/mu
Binary files differdiff --git a/apps/mu.subx b/apps/mu.subx
index 5d928708..b9aeeccf 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -494,6 +494,8 @@ convert-mu:  # in: (addr buffered-file), out: (addr buffered-file), err: (addr b
     c7 0/subop/copy *_Program-functions->payload 0/imm32
     c7 0/subop/copy *_Program-types 0/imm32
     c7 0/subop/copy *_Program-types->payload 0/imm32
+    c7 0/subop/copy *_Program-signatures 0/imm32
+    c7 0/subop/copy *_Program-signatures->payload 0/imm32
     #
     (parse-mu *(ebp+8) *(ebp+0x10) *(ebp+0x14))
     (populate-mu-type-sizes *(ebp+0x10) *(ebp+0x14))