diff options
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/mu | bin | 359122 -> 359122 bytes | |||
-rw-r--r-- | apps/mu.subx | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/apps/mu b/apps/mu index b9806e7b..e3382205 100755 --- a/apps/mu +++ b/apps/mu Binary files differdiff --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 |