about summary refs log tree commit diff stats
path: root/apps/tests.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-11-30 11:14:49 -0800
committerKartik Agaram <vc@akkartik.com>2019-11-30 11:14:49 -0800
commit931b17daa048abbe837fa575e296b08b3d99315b (patch)
tree09d6a7342efaac4305dac601aae518f6f18f4095 /apps/tests.subx
parent1d4e6a76efedb756bb4a86ef067593b2b061f594 (diff)
downloadmu-931b17daa048abbe837fa575e296b08b3d99315b.tar.gz
5782 - fix a widespread bug with Heap-size
Diffstat (limited to 'apps/tests.subx')
-rw-r--r--apps/tests.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tests.subx b/apps/tests.subx
index f6b3fb55..f31f4d16 100644
--- a/apps/tests.subx
+++ b/apps/tests.subx
@@ -17,7 +17,7 @@ Entry:  # run tests if necessary, convert stdin if not
     # . Heap = new-segment(Heap-size)
     # . . push args
     68/push  Heap/imm32
-    68/push  Heap-size/imm32
+    ff          6/subop/push        0/mod/indirect  5/rm32/.disp32            .             .           .           Heap-size/disp32                  # push *Heap-size
     # . . call
     e8/call  new-segment/disp32
     # . . discard args