diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-07-24 21:40:18 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-07-24 21:40:18 -0700 |
commit | 750f490b4d195259821e77ba23540ebd252f1af6 (patch) | |
tree | 5c54aee9efd9aac7016b0d8718a81d6a4e19310d /apps | |
parent | 39a4cbdf616cc6ddaa1612849a5c17f62ca546ae (diff) | |
download | mu-750f490b4d195259821e77ba23540ebd252f1af6.tar.gz |
6667
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 |