about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-28 23:23:21 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-28 23:28:07 -0800
commit286faf6f0b035bb81cf3a900fcbcc331645b580c (patch)
tree3189d11e5dd2b2eb65d7479ae3b46b693f55fdea
parentb15db82f7ce2a4b11e0cfe55b3c31cc8c4a8d89a (diff)
downloadmu-286faf6f0b035bb81cf3a900fcbcc331645b580c.tar.gz
7456
-rw-r--r--apps/survey_elf.subx3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/survey_elf.subx b/apps/survey_elf.subx
index 5760d27e..8dd47697 100644
--- a/apps/survey_elf.subx
+++ b/apps/survey_elf.subx
@@ -387,7 +387,7 @@ test-subx-survey-computes-addresses:
     5d/pop-to-ebp
     c3/return
 
-# global scratch space for compute-offsets in the data segment
+# global scratch space for compute-offsets
 == data
 
 compute-offsets:file-offset:  # int
@@ -1846,7 +1846,6 @@ emit-segments:  # in: (addr stream byte), out: (addr buffered-file), labels: (ad
     #         continue
     #       var datum: (addr slice) = next-token-from-slice(word-slice->start, word-slice->end, "/")
     #       var info: (addr label-info) = get-slice(labels, datum)
-    #       var curr-segment-name: (addr array byte) = lookup(info->segment-name)
     #       if !string-equal?(info->segment-name, "code")
     #         if has-metadata?(word-slice, "disp8")
     #           abort