mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
14 lines
595 B
Diff
14 lines
595 B
Diff
--- gcc-2.95.3/gcc/genconfig.c 1999-04-16 21:52:24.000000000 +0200
|
|
+++ gcc-2.95.3/gcc/genconfig.c 2012-08-04 11:53:28.000000000 +0200
|
|
@@ -327,8 +327,8 @@
|
|
printf ("/* Generated automatically by the program `genconfig'\n\
|
|
from the machine description file `md'. */\n\n");
|
|
|
|
- /* Allow at least 10 operands for the sake of asm constructs. */
|
|
- max_recog_operands = 9; /* We will add 1 later. */
|
|
+ /* Allow at least 15 operands for the sake of asm constructs. */
|
|
+ max_recog_operands = 14; /* We will add 1 later. */
|
|
max_dup_operands = 1;
|
|
|
|
/* Read the machine description. */
|