Perform offset field relocations.

This commit is contained in:
Bill Currie 2011-03-06 15:41:38 +09:00
parent 8712d30d1a
commit b74c644a10

View file

@ -753,7 +753,7 @@ qfo_relocate_refs (qfo_t *qfo)
QFO_INT (qfo, reloc->space, reloc->offset) += def->offset;
break;
case rel_def_field_ofs:
//FIXME how?
QFO_INT (qfo, reloc->space, reloc->offset) += def->offset;
break;
}
}