about summary refs log tree commit diff stats
path: root/apps/mu.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-24 21:40:18 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-24 21:40:18 -0700
commit750f490b4d195259821e77ba23540ebd252f1af6 (patch)
tree5c54aee9efd9aac7016b0d8718a81d6a4e19310d /apps/mu.subx
parent39a4cbdf616cc6ddaa1612849a5c17f62ca546ae (diff)
downloadmu-750f490b4d195259821e77ba23540ebd252f1af6.tar.gz
6667
Diffstat (limited to 'apps/mu.subx')
-rw-r--r--apps/mu.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index d14be914..a68ee60d 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -12324,7 +12324,7 @@ $check-mu-call:check-output-type:
       # var t2/eax: (addr type-tree) = lookup(v2->type)
       (lookup *(eax+8) *(eax+0xc))  # Var-type Var-type => eax
       # if (t != t2) error
-      (type-equal? %eax %ebx)  # => eax
+      (type-match? %eax %ebx)  # => eax
       3d/compare-eax-and 0/imm32/false
       {
         0f 85/jump-if-!= break/disp32