linker: a small 64-bit relocation support related fix

This commit is contained in:
László Molnár
2013-09-01 11:15:30 +02:00
parent 80da0bc9d5
commit 53dc63f3bc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -356,7 +356,7 @@ ElfLinker::Section *ElfLinker::addSection(const char *sname, const void *sdata,
}
ElfLinker::Symbol *ElfLinker::addSymbol(const char *name, const char *section,
unsigned offset)
u64 offset)
{
//printf("addSymbol: %s %s 0x%x\n", name, section, offset);
if (update_capacity(nsymbols, &nsymbols_capacity))