about summary refs log tree commit diff stats
path: root/apps/calls.subx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/calls.subx')
-rw-r--r--apps/calls.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/calls.subx b/apps/calls.subx
index 89b67cf6..a7e3bd57 100644
--- a/apps/calls.subx
+++ b/apps/calls.subx
@@ -248,8 +248,8 @@ parse-line:  # line : (address stream byte), words : (address stream slice)
     # . save registers
     51/push-ecx
     # var word-slice/ecx : (address slice) = {0, 0}
-    68/push 0/imm32
-    68/push 0/imm32
+    68/push 0/imm32/end
+    68/push 0/imm32/start
     89/<- %ecx 4/r32/esp
 $parse-line:loop:
     # word-slice = next-word-string-or-expression-without-metadata(line)