Преглед на файлове

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 години
родител
ревизия
975dd13dcb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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