[qfcc] Add a leading . to the compile_unit def

This commit is contained in:
Bill Currie 2020-04-03 19:56:07 +09:00
parent 453c646d85
commit 9400b9b115
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ emit_compunit (const char *modname)
pr.unit_name = modname;
compunit_struct[3].type = array_type (&type_string, count);
return emit_structure ("compile_unit", 's', compunit_struct, 0, &pr,
return emit_structure (".compile_unit", 's', compunit_struct, 0, &pr,
pr.debug_data, sc_static);
}