Browse Source

* disabled float128

git-svn-id: trunk@9129 -
peter 18 years ago
parent
commit
911f926274
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/softfpu.pp

+ 1 - 1
rtl/inc/softfpu.pp

@@ -70,7 +70,7 @@ these four paragraphs for those parts of this code that are retained.
 *}
 
 { $define FPC_SOFTFLOAT_FLOATX80}
-{$define FPC_SOFTFLOAT_FLOAT128}
+{ $define FPC_SOFTFLOAT_FLOAT128}
 
 { the softfpu unit can be also embedded directly into the system unit }