From f19abd4dd12166c37b5a530f4e90f0e5bc7a7394 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 21 Feb 2020 19:38:11 -0800 Subject: 6047 --- apps/mu.subx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/mu.subx') diff --git a/apps/mu.subx b/apps/mu.subx index 3f31fae3..5e2bab10 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -4158,7 +4158,7 @@ lookup-var-or-literal: # name: (addr slice), vars: (addr stack (handle var)) -> # if is-decimal-digit?(c) return new var(name) { (is-decimal-digit? %ecx) # => eax - 81 7/subop/compare %eax 0/imm32/false + 3d/compare-eax-and 0/imm32/false 74/jump-if-= break/disp8 (new-literal-integer Heap %esi) # => eax eb/jump $lookup-var-or-literal:end/disp8 @@ -5655,7 +5655,7 @@ emit-subx-block: # out: (addr buffered-file), block: (handle block), vars: (add # { $emit-subx-block:check-empty: - 81 7/subop/compare %eax 0/imm32 + 3d/compare-eax-and 0/imm32 0f 84/jump-if-= break/disp32 (emit-indent *(ebp+8) *Curr-block-depth) (write-buffered *(ebp+8) "{\n") -- cgit 1.4.1-2-gfad0