X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=assembler%2Fmain.h;h=f5c22342c4dba1d71404f7750e9d2ac3dc49064e;hb=HEAD;hp=e325f032276e82b91a91d8bfd68823433ac5bf3b;hpb=7fd69f575e0f5a517651016513be6006db279c17;p=b43-tools.git diff --git a/assembler/main.h b/assembler/main.h index e325f03..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 {