diff options
-rw-r--r-- | apps/mu.subx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/mu.subx b/apps/mu.subx index f0f557cd..42b31290 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -1684,18 +1684,15 @@ test-emit-subx-statement-primitive: 68/push 1/imm32/type-int 68/push "foo"/imm32 89/<- %ecx 4/r32/esp -#? $aa-var-in-ecx: # vars/edx : (stack 1) 51/push-ecx/var-foo 68/push 1/imm32/data-length 68/push 1/imm32/top 89/<- %edx 4/r32/esp -#? $aa-vars-in-edx: # operand/ebx : (list var) 68/push 0/imm32/next 51/push-ecx/var-foo 89/<- %ebx 4/r32/esp -#? $aa-stmt-operand-in-ebx: # stmt/esi : statement 68/push 0/imm32/next 68/push 0/imm32/outputs @@ -1703,7 +1700,6 @@ test-emit-subx-statement-primitive: 68/push "increment"/imm32/operation 68/push 1/imm32 89/<- %esi 4/r32/esp -#? $aa-stmt-in-esi: # primitives/ebx : primitive 68/push 0/imm32/next 68/push 0/imm32/no-imm32 @@ -1714,7 +1710,6 @@ test-emit-subx-statement-primitive: 53/push-ebx/inouts # hack; in practice we won't have the same var in function definition and call 68/push "increment"/imm32/name 89/<- %ebx 4/r32/esp -$aa-primitive-in-ebx: # convert (emit-subx-statement _test-output-buffered-file %esi %edx %ebx 0) (flush _test-output-buffered-file) |