ignore .type stuff

This commit is contained in:
bebbo 2018-05-12 22:32:35 +02:00
parent 3713addeaa
commit b34e726222
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ const pseudo_typeS obj_pseudo_table[] =
{"sect", obj_amiga_section, 0},
{"sect.s", obj_amiga_section, 0},
{"swbeg", s_ignore, 0},
{"type", s_ignore, 0},
/* other stuff */
{"ABORT", s_abort, 0},