diff options
-rw-r--r-- | apps/survey_elf.subx | 3 |
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 |