浏览代码

* fix comment

git-svn-id: trunk@26737 -
florian 11 年之前
父节点
当前提交
9d84b83475
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/x86/rgx86.pas

+ 2 - 2
compiler/x86/rgx86.pas

@@ -138,8 +138,8 @@ implementation
                     currently this rule is sufficient but it might be extended }
                   if (ops=3) and (opcode<>A_SHRD) and (opcode<>A_SHLD) and (opcode<>A_IMUL) then
                     begin
-                      { avx instructions allow only the first operand (at&t counting) to be a register operand }
-                      { all operands must be registers ... }
+                      { avx instructions allow only the first operand (at&t counting) to be a memory operand }
+                      { all operands are registers, check ... }
                       if (oper[0]^.typ=top_reg) and
                          (oper[1]^.typ=top_reg) and
                          (oper[2]^.typ=top_reg) and