Partial support for the new v15 architecture.
[b43-tools.git] / assembler / main.h
index d30957762e850464fef8efb52faaad93510080e7..e325f032276e82b91a91d8bfd68823433ac5bf3b 100644 (file)
@@ -112,10 +112,7 @@ struct asmdir {
                ADIR_START,
        } type;
        union {
-               enum {
-                       OLDWORLD,
-                       NEWWORLD,
-               } arch;
+               unsigned int arch;
                struct label *start;
        } u;
 };