Pārlūkot izejas kodu

m68k: fixed a copy paste error, which broke cos node on a coldfire fpu, effectively turning it into a sin node

git-svn-id: trunk@34987 -
Károly Balogh 8 gadi atpakaļ
vecāks
revīzija
975dd13dcb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compiler/m68k/n68kinl.pas

+ 1 - 1
compiler/m68k/n68kinl.pas

@@ -144,7 +144,7 @@ implementation
                 expectloc:=LOC_FPUREGISTER;
               fpu_soft,fpu_coldfire:
                 begin
-                  result:=inherited first_sin_real;
+                  result:=inherited first_cos_real;
                   exit;
                 end;
               else