about summary refs log tree commit diff stats
path: root/subx/apps/assort.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/apps/assort.subx')
-rw-r--r--subx/apps/assort.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/apps/assort.subx b/subx/apps/assort.subx
index 5e3cba8c..372cf663 100644
--- a/subx/apps/assort.subx
+++ b/subx/apps/assort.subx
@@ -485,8 +485,8 @@ read-segments:  # in : (address buffered-file), table : (address stream {string,
     68/push  0/imm32/write
     89/copy                         3/mod/direct    1/rm32/ECX    .           .             .           4/r32/ESP   .               .                 # copy ESP to ECX
     # var word-slice/EDX = {0, 0}
-    68/push  0/imm32/limit
-    68/push  0/imm32/curr
+    68/push  0/imm32/end
+    68/push  0/imm32/start
     89/copy                         3/mod/direct    2/rm32/EDX    .           .             .           4/r32/ESP   .               .                 # copy ESP to EDX
 $read-segments:loop:
     # clear-stream(line)