Change the FIXME to a comment as to why nothing is done.

Of course, the relocation record still needs to be written (don't know why
it isn't), but that's next :)
This commit is contained in:
Bill Currie 2012-11-11 20:30:36 +09:00
parent d13ce81b4f
commit 6ec5bb1884

View file

@ -523,7 +523,8 @@ transfer_type (qfo_t *qfo, qfo_mspace_t *space, pointer_t type_offset)
type->t.array.type);
break;
case ty_class:
//FIXME this is broken
// There's nothing to do here as it will be take care of by a
// relocation record.
break;
}
memcpy (work_type_data->data + type_offset, type, type_size);