mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
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:
parent
d13ce81b4f
commit
6ec5bb1884
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue