Fix typo in previous outelf64.c commit

Stray line fragment left in when removing debug code.
This commit is contained in:
Charles Crayne 2008-10-12 14:14:45 -07:00
parent cff8dc6d6b
commit 154f6f2380

View File

@ -993,7 +993,6 @@ static void elf_out(int32_t segto, const void *data,
} else if (wrt == elf_gotoff_sect + 1) {
elf_add_reloc(s, segment, R_X86_64_GOTOFF64);
} else if (wrt == elf_got_sect + 1) {
s->len,segment, addr);
addr = elf_add_gsym_reloc(s, segment, addr,
R_X86_64_GOT32, true);
} else if (wrt == elf_sym_sect + 1) {