X-Git-Url: https://jxself.org/git/?p=b43-tools.git;a=blobdiff_plain;f=assembler%2Fmain.h;h=e325f032276e82b91a91d8bfd68823433ac5bf3b;hp=d30957762e850464fef8efb52faaad93510080e7;hb=7ff7a760aa92b63ed4af8aabddb621cc9483e67f;hpb=b9e19faa25ad9e1b24f08dc77267760df1b98504 diff --git a/assembler/main.h b/assembler/main.h index d309577..e325f03 100644 --- a/assembler/main.h +++ b/assembler/main.h @@ -112,10 +112,7 @@ struct asmdir { ADIR_START, } type; union { - enum { - OLDWORLD, - NEWWORLD, - } arch; + unsigned int arch; struct label *start; } u; };