* set MaxOps to 4 for the optimizer because fpc generates now mla instructions

git-svn-id: trunk@22106 -
This commit is contained in:
florian 2012-08-17 12:38:59 +00:00
parent e353222a8a
commit 7e5b8584cf

View File

@ -78,7 +78,7 @@ Const
{ the maximum number of operands an instruction has }
MaxOps = 3;
MaxOps = 4;
{Oper index of operand that contains the source (reference) with a load }
{instruction }