emit alignment directives properly

This commit is contained in:
Quentin Carbonneaux 2015-10-08 14:49:00 -04:00
parent bf3e6753f3
commit 25f7bc06e3
3 changed files with 27 additions and 20 deletions

View file

@ -266,6 +266,8 @@ struct Typ {
struct Dat {
enum {
DStart,
DEnd,
DName,
DAlign,
DA,