Add a null type descriptor to the linker output.

This commit is contained in:
Bill Currie 2011-03-04 11:38:33 +09:00
parent 3a828ca5c2
commit e525727a24

View file

@ -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;