diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-11-16 00:30:58 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-11-16 00:37:37 -0800 |
commit | 3d31467c0dae1d879111901635d257353aae27c9 (patch) | |
tree | 54cbe324b1a6e4cb252f66be22e54ea3a37c7d85 /apps | |
parent | 8d2dece2918675f4c7159b36a5cf154ff1ccd7f5 (diff) | |
download | mu-3d31467c0dae1d879111901635d257353aae27c9.tar.gz |
7251
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/mu | bin | 564626 -> 564626 bytes | |||
-rw-r--r-- | apps/mu.subx | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/mu b/apps/mu index 28668bdf..e0cebf24 100755 --- a/apps/mu +++ b/apps/mu Binary files differdiff --git a/apps/mu.subx b/apps/mu.subx index ddd3a794..34daab9f 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -23296,7 +23296,7 @@ $check-mu-populate-stmt:get-length: 89/<- %esi 0/r32/eax # 1 inout 3d/compare-eax-and 0/imm32 - 0f 84/jump-if-= $check-mu-copy-object-stmt:error-incorrect-inouts/disp32 + 0f 84/jump-if-= $check-mu-populate-stmt:error-incorrect-inouts/disp32 # > 2 inouts (lookup *(esi+8) *(esi+0xc)) # Stmt-var-next Stmt-var-next => eax 3d/compare-eax-and 0/imm32 @@ -23446,7 +23446,7 @@ $check-mu-populate-stream-stmt:get-length: 89/<- %esi 0/r32/eax # 1 inout 3d/compare-eax-and 0/imm32 - 0f 84/jump-if-= $check-mu-copy-object-stmt:error-incorrect-inouts/disp32 + 0f 84/jump-if-= $check-mu-populate-stream-stmt:error-incorrect-inouts/disp32 # > 2 inouts (lookup *(esi+8) *(esi+0xc)) # Stmt-var-next Stmt-var-next => eax 3d/compare-eax-and 0/imm32 |