Browse Source

Fix cycle failure after last commit

git-svn-id: trunk@37298 -
pierre 7 years ago
parent
commit
b14feadfe1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/assemble.pas

+ 2 - 0
compiler/assemble.pas

@@ -1804,8 +1804,10 @@ Implementation
         {$if defined(cpuextended) and defined(FPC_HAS_TYPE_EXTENDED)}
         eextended : extended;
 	{$else}
+        {$ifdef FPC_SOFT_FPUX80}
 	eextended : floatx80;
         {$endif}
+        {$endif}
         ccomp : comp;
         tmp    : word;
         cpu: tcputype;