diff --git a/tools/qfcc/source/qfcc.c b/tools/qfcc/source/qfcc.c index a8d1c4f4c..c059ff37c 100644 --- a/tools/qfcc/source/qfcc.c +++ b/tools/qfcc/source/qfcc.c @@ -146,6 +146,7 @@ InitData (void) pr.near_data->grow = 0; pr.type_data = new_defspace (); + defspace_new_loc (pr.type_data, 4); // reserve space for a null descriptor pr.symtab = new_symtab (0, stab_global); pr.symtab->space = pr.near_data;