mirror of
https://github.com/cahirwpz/amigaos-gcc-2.95.3.git
synced 2025-12-08 14:58:59 +00:00
Merge pull request #6 from jens-maus/max_recog_operands-patch
bumped the maximum number of max_recog_operands to 20 (19+1)
This commit is contained in:
@ -327,8 +327,8 @@ main (argc, argv)
|
|||||||
printf ("/* Generated automatically by the program `genconfig'\n\
|
printf ("/* Generated automatically by the program `genconfig'\n\
|
||||||
from the machine description file `md'. */\n\n");
|
from the machine description file `md'. */\n\n");
|
||||||
|
|
||||||
/* Allow at least 15 operands for the sake of asm constructs. */
|
/* Allow at least 20 operands for the sake of asm constructs. */
|
||||||
max_recog_operands = 14; /* We will add 1 later. */
|
max_recog_operands = 19; /* We will add 1 later. */
|
||||||
max_dup_operands = 1;
|
max_dup_operands = 1;
|
||||||
|
|
||||||
/* Read the machine description. */
|
/* Read the machine description. */
|
||||||
|
|||||||
Reference in New Issue
Block a user