about summary refs log tree commit diff stats
path: root/apps/factorial2.subx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/factorial2.subx')
-rw-r--r--apps/factorial2.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/factorial2.subx b/apps/factorial2.subx
index c409fbfb..ecaccbcf 100644
--- a/apps/factorial2.subx
+++ b/apps/factorial2.subx
@@ -26,7 +26,7 @@ Entry:  # run tests if necessary, compute `factorial(5)` if not
     # . Heap = new-segment(Heap-size)
     # . . push args
     68/push Heap/imm32
-    68/push Heap-size/imm32
+    ff 6/subop/push *Heap-size
     # . . call
     e8/call new-segment/disp32
     # . . discard args