This commit is contained in:
John Reiser 2011-03-28 10:45:47 -07:00
commit 4fec3c8f34

View File

@ -498,7 +498,7 @@ void ElfLinker::relocate()
for (unsigned ic = 0; ic < nrelocations; ic++) for (unsigned ic = 0; ic < nrelocations; ic++)
{ {
const Relocation *rel = relocations[ic]; const Relocation *rel = relocations[ic];
unsigned value; unsigned value = 0;
if (rel->section->output == NULL) if (rel->section->output == NULL)
continue; continue;