[PAHOLE]: puts(";") after -O output

The special casing for structs with stats is really annoying, will fix.

Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
This commit is contained in:
Arnaldo Carvalho de Melo 2007-05-26 14:51:32 -03:00
parent fdcd10fa3f
commit decf4e0f2e
1 changed files with 2 additions and 0 deletions

View File

@ -682,6 +682,8 @@ int main(int argc, char *argv[])
}
tag__fprintf(tag, cu, &conf, stdout);
if (tag->tag != DW_TAG_structure_type)
puts(";");
return EXIT_SUCCESS;
}