fixup_relocs doesn't need qfo any more

This commit is contained in:
Bill Currie 2002-07-13 02:24:06 +00:00
parent b48d71fdcc
commit c6ad0ff819

View file

@ -305,7 +305,7 @@ add_lines (qfo_t *qfo)
}
static void
fixup_relocs (qfo_t *qfo)
fixup_relocs ()
{
qfo_reloc_t *reloc;
qfo_def_t *def;
@ -450,7 +450,7 @@ linker_finish (void)
merge_defgroups ();
fixup_relocs (qfo);
fixup_relocs ();
qfo = qfo_new ();
qfo_add_code (qfo, code->code, code->size);