diff options
Diffstat (limited to 'gas/config/tc-tic80.c')
-rw-r--r-- | gas/config/tc-tic80.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/tc-tic80.c b/gas/config/tc-tic80.c index 6f18d44..87a4791 100644 --- a/gas/config/tc-tic80.c +++ b/gas/config/tc-tic80.c @@ -57,7 +57,8 @@ const char FLT_CHARS[] = "fF"; const pseudo_typeS md_pseudo_table[] = { - { "word", cons, 4 }, /* FIXME: Should this be machine independent? */ + { "align", s_align_bytes, 4 }, /* Do byte alignment, default is a 4 byte boundary */ + { "word", cons, 4 }, /* FIXME: Should this be machine independent? */ { "bss", s_lcomm, 1 }, { NULL, NULL, 0 } }; |