Skip to content

Commit ccaa83e

Browse files
committed
fix variable naming
1 parent 0cb6cde commit ccaa83e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

so3/fs/elf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ void elf_load_segments(elf_img_info_t *elf_img_info)
211211
}
212212
}
213213

214-
if (min_segment_end != -1) {
214+
if (min_segment_start != -1) {
215215
elf_img_info->segment_start_vaddr = min_segment_start;
216216
elf_img_info->segment_end_vaddr = max_segment_end;
217217
} else {

0 commit comments

Comments
 (0)