Pārlūkot izejas kodu

* COMISD (and COMISS, too) instruction cannot have memory reference as destination, Mantis #22150.

git-svn-id: trunk@21432 -
sergei 13 gadi atpakaļ
vecāks
revīzija
1579583484
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      compiler/x86/rgx86.pas

+ 2 - 0
compiler/x86/rgx86.pas

@@ -210,6 +210,8 @@ implementation
                           A_DIVSS,
                           A_SHLD,
                           A_SHRD,
+                          A_COMISD,
+                          A_COMISS,
                           A_CVTDQ2PD,
                           A_CVTDQ2PS,
                           A_CVTPD2DQ,