about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-11-26 17:47:14 -0800
committerKartik Agaram <vc@akkartik.com>2019-11-26 17:47:14 -0800
commitfee3e91d854264cacf249dc83d9a409ef66b8f4d (patch)
treed2686e70f157f7aa5d95e8eb56f905eebedc7e64 /apps
parent4d20c9ee94436b527a5215b5299ffce06f08d371 (diff)
downloadmu-fee3e91d854264cacf249dc83d9a409ef66b8f4d.tar.gz
5762
Diffstat (limited to 'apps')
-rw-r--r--apps/mu.subx5
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)