bumped the maximum number of max_recog_operands to 20 (19+1) to support larger asm constructs (e.g. LP11() in inline/macros.h). This refs cahirwpz/amigaos-cross-toolchain#75.

This commit is contained in:
Jens Maus 2017-01-10 10:42:37 +01:00
parent fa94202d70
commit fa4c560cc1
1 changed files with 2 additions and 2 deletions

View File

@ -327,8 +327,8 @@ main (argc, argv)
printf ("/* Generated automatically by the program `genconfig'\n\
from the machine description file `md'. */\n\n");
/* Allow at least 15 operands for the sake of asm constructs. */
max_recog_operands = 14; /* We will add 1 later. */
/* Allow at least 20 operands for the sake of asm constructs. */
max_recog_operands = 19; /* We will add 1 later. */
max_dup_operands = 1;
/* Read the machine description. */