Ver código fonte

m68k: add missing FINT and FINTRZ instructions to spilling_get_operation_type()

git-svn-id: trunk@47266 -
Károly Balogh 4 anos atrás
pai
commit
55d4ffa9de
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      compiler/m68k/aasmcpu.pas

+ 2 - 1
compiler/m68k/aasmcpu.pas

@@ -513,7 +513,8 @@ type
           A_FABS, A_FSABS, A_FDABS,
           A_FSQRT, A_FSSQRT, A_FDSQRT,
           A_FNEG, A_FSNEG, A_FDNEG,
-          A_FSIN, A_FCOS:
+          A_FSIN, A_FCOS,
+          A_FINT, A_FINTRZ:
              if ops = 1 then
                begin
                  if opnr = 0 then