소스 검색

* fix spilling for PAND, POR and PXOR, resolves #37084

git-svn-id: trunk@45388 -
florian 5 년 전
부모
커밋
d9eddc50fd
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      compiler/x86/rgx86.pas

+ 3 - 0
compiler/x86/rgx86.pas

@@ -332,6 +332,9 @@ implementation
                               A_CVTTSS2SI,
                               A_XORPD,
                               A_XORPS,
+                              A_PXOR,
+                              A_PAND,
+                              A_POR,
                               A_ORPD,
                               A_ORPS,
                               A_ANDPD,