about summary refs log tree commit diff stats
path: root/apps/mu.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-03 02:17:53 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-03 02:17:53 -0800
commit68071dca1e26e6100c288b69af4fea375754e2b1 (patch)
treebee8f5dcf6c3923cdeabeaa18ecad5bebcae16fa /apps/mu.subx
parent7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077 (diff)
downloadmu-68071dca1e26e6100c288b69af4fea375754e2b1.tar.gz
5877
Diffstat (limited to 'apps/mu.subx')
-rw-r--r--apps/mu.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index 534f247d..21c38d22 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -246,7 +246,7 @@
 
 == data
 
-Program:  # (addr (handle function))
+Program:  # (ref (handle function))
   0/imm32
 
 Function-name:
@@ -3101,7 +3101,7 @@ emit-subx:  # out : (addr buffered-file)
     57/push-edi
     # edi = out
     8b/-> *(ebp+8) 7/r32/edi
-    # var curr/ecx : (handle function) = Program
+    # var curr/ecx : (handle function) = *Program
     8b/-> *Program 1/r32/ecx
     {
       # if (curr == null) break