This commit is contained in:
Kartik Agaram 2020-12-28 23:23:21 -08:00
parent b15db82f7c
commit 286faf6f0b
1 changed files with 1 additions and 2 deletions

View File

@ -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