about summary refs log tree commit diff stats
path: root/subx/apps/subx-common.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/apps/subx-common.subx')
-rw-r--r--subx/apps/subx-common.subx1
1 files changed, 0 insertions, 1 deletions
diff --git a/subx/apps/subx-common.subx b/subx/apps/subx-common.subx
index 60bb6cc2..2ebf9807 100644
--- a/subx/apps/subx-common.subx
+++ b/subx/apps/subx-common.subx
@@ -53,7 +53,6 @@ get:  # table : (address stream {string, _}), key : (address string), row-size :
     # curr/ECX = table->data
     8d/copy-address                 1/mod/*+disp8   6/rm32/ESI    .           .             .           1/r32/ECX   0xc/disp8       .                 # copy ESI+12 to ECX
     # max/EDX = table->data + table->write
-    # HERE: table->write is too large
     8b/copy                         0/mod/indirect  6/rm32/ESI    .           .             .           2/r32/EDX   .               .                 # copy *ESI to EDX
     8d/copy-address                 0/mod/indirect  4/rm32/sib    1/base/ECX  2/index/EDX   .           2/r32/EDX   .               .                 # copy ECX+EDX to EDX
 $get:search-loop: