浏览代码

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

git-svn-id: trunk@22106 -
florian 13 年之前
父节点
当前提交
7e5b8584cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/arm/aoptcpub.pas

+ 1 - 1
compiler/arm/aoptcpub.pas

@@ -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                                                            }