collect and emit fp constants

This commit is contained in:
Quentin Carbonneaux 2016-02-15 14:22:22 -05:00
parent 916555cb10
commit 16e430935d
4 changed files with 71 additions and 5 deletions

View file

@ -114,6 +114,8 @@ main(int ac, char *av[])
}
parse(inf, data, func);
if (!dbg)
emitfin(stdout);
fclose(inf);
exit(0);