Fix cycle failure after last commit

git-svn-id: trunk@37298 -
This commit is contained in:
pierre 2017-09-21 15:47:49 +00:00
parent 735f9363d8
commit b14feadfe1

View File

@ -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;