about summary refs log tree commit diff stats
path: root/subx/apps/assort.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-08 01:05:23 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-08 01:05:23 -0700
commit925fc490d2ce8b8d411de87bd0af5b3a8a704213 (patch)
treecf565adebb4d7343d95d3a5ef18de1f21f28cad9 /subx/apps/assort.subx
parente5cffe30ed38fbbdc74c63d0a94ab2a93713e43d (diff)
downloadmu-925fc490d2ce8b8d411de87bd0af5b3a8a704213.tar.gz
.
Be more consistent about names of ends of a slice.
Diffstat (limited to 'subx/apps/assort.subx')
-rw-r--r--subx/apps/assort.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/assort.subx b/subx/apps/assort.subx
index fdab9bf4..5e3cba8c 100644
--- a/subx/apps/assort.subx
+++ b/subx/apps/assort.subx
@@ -485,7 +485,7 @@ 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/end
+    68/push  0/imm32/limit
     68/push  0/imm32/curr
     89/copy                         3/mod/direct    2/rm32/EDX    .           .             .           4/r32/ESP   .               .                 # copy ESP to EDX
 $read-segments:loop: