about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-17 18:11:13 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-18 00:44:51 -0700
commit09e047b5dbc8ae20054b17b9c564c0c7cc51079f (patch)
treef5e2c4465543856f7819804b2be856158e965e7f
parentc5dda857a60878d8935b1f0232a338e55e3a5abd (diff)
downloadmu-09e047b5dbc8ae20054b17b9c564c0c7cc51079f.tar.gz
mu.subx: 3/50 top-level tests passing
-rw-r--r--apps/mu.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index 23f83341..b8f055a9 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -3233,7 +3233,7 @@ $parse-mu:fn:
         # . var tmp/eax: (addr function) = lookup(new-function)
         (lookup *esi *(esi+4))  # => eax
         # . curr-function = &tmp->next
-        8d/copy-address *(eax+0x28) 7/r32/edi  # Function-next
+        8d/copy-address *(eax+0x20) 7/r32/edi  # Function-next
         # reclaim new-function
         81 0/subop/add %esp 8/imm32
         #