mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +02:00
* set MaxOps to 4 for the optimizer because fpc generates now mla instructions
git-svn-id: trunk@22106 -
This commit is contained in:
parent
e353222a8a
commit
7e5b8584cf
@ -78,7 +78,7 @@ Const
|
|||||||
|
|
||||||
{ the maximum number of operands an instruction has }
|
{ the maximum number of operands an instruction has }
|
||||||
|
|
||||||
MaxOps = 3;
|
MaxOps = 4;
|
||||||
|
|
||||||
{Oper index of operand that contains the source (reference) with a load }
|
{Oper index of operand that contains the source (reference) with a load }
|
||||||
{instruction }
|
{instruction }
|
||||||
|
Loading…
Reference in New Issue
Block a user