mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Add a null type descriptor to the linker output.
This commit is contained in:
parent
3a828ca5c2
commit
e525727a24
1 changed files with 1 additions and 0 deletions
|
@ -531,6 +531,7 @@ linker_begin (void)
|
|||
work_far_data = defspace_new ();
|
||||
work_entity_data = defspace_new ();
|
||||
work_type_data = defspace_new ();
|
||||
defspace_alloc_loc (work_type_data, 4);
|
||||
|
||||
pr.strings = work_strings;
|
||||
|
||||
|
|
Loading…
Reference in a new issue