X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=assembler%2Fmain.h;h=f5c22342c4dba1d71404f7750e9d2ac3dc49064e;hb=74d3a3ff50e1dbf14732fb63f2c5ede7fe551b8a;hp=d30957762e850464fef8efb52faaad93510080e7;hpb=b9e19faa25ad9e1b24f08dc77267760df1b98504;p=b43-tools.git diff --git a/assembler/main.h b/assembler/main.h index d309577..f5c2234 100644 --- a/assembler/main.h +++ b/assembler/main.h @@ -30,7 +30,7 @@ struct fw_header { /* Maximum number of allowed instructions in the code output. * This is what device memory can hold at maximum. */ -#define NUM_INSN_LIMIT 4096 +#define NUM_INSN_LIMIT_R5 4096 struct lineinfo { @@ -112,10 +112,7 @@ struct asmdir { ADIR_START, } type; union { - enum { - OLDWORLD, - NEWWORLD, - } arch; + unsigned int arch; struct label *start; } u; };