diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-07-10 21:23:32 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-07-10 21:23:32 -0700 |
commit | c1b6ecc87488ca534906ecf36a82dd57c8ac17fa (patch) | |
tree | cbbeb0cb1e3199f1f8a0546fcd04d86c0ff46c8d /apps | |
parent | 34dd228eb2706674f3ce06297997ce11f42768c8 (diff) | |
download | mu-c1b6ecc87488ca534906ecf36a82dd57c8ac17fa.tar.gz |
6628
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/mu | bin | 341177 -> 341189 bytes | |||
-rw-r--r-- | apps/mu.subx | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/apps/mu b/apps/mu index ef97c498..4e8d6741 100755 --- a/apps/mu +++ b/apps/mu Binary files differdiff --git a/apps/mu.subx b/apps/mu.subx index 5e72bb8b..7d78c993 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -6068,7 +6068,9 @@ $parse-mu:type: } # end line loop $parse-mu:end: # . reclaim locals - 81 0/subop/add %esp 0xe1c/imm32 + 81 0/subop/add %esp 0x20c/imm32 # line + 81 0/subop/add %esp 0xc08/imm32 # vars + 81 0/subop/add %esp 8/imm32 # . restore registers 5f/pop-to-edi 5e/pop-to-esi |