diff options
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/selfboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/selfboot.c b/src/boot/selfboot.c index 6f2d282cf1..9f5fb5c440 100644 --- a/src/boot/selfboot.c +++ b/src/boot/selfboot.c @@ -394,6 +394,7 @@ static int build_self_segment_list( segment++; + // FIXME: Explain what this is for(ptr = head->next; ptr != head; ptr = ptr->next) { if (new->s_srcaddr < ntohl((u32) segment->load_addr)) break; |