Explorar o código

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 %!s(int64=8) %!d(string=hai) anos
pai
achega
975dd13dcb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/m68k/n68kinl.pas

+ 1 - 1
compiler/m68k/n68kinl.pas

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