Browse Source

* Fix math unit compilation failure

git-svn-id: branches/fixes_2_4@16425 -
pierre 14 years ago
parent
commit
73b056b334
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/x86_64/mathu.inc

+ 1 - 0
rtl/x86_64/mathu.inc

@@ -15,6 +15,7 @@
 {$ASMMODE GAS}
 {$ASMMODE GAS}
 
 
 {$ifndef win64}
 {$ifndef win64}
+{$define FPC_MATH_HAS_ARCTAN2}
 function arctan2(y,x : float) : float;assembler;
 function arctan2(y,x : float) : float;assembler;
   asm
   asm
      fldt y
      fldt y