mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:29:25 +02:00
Fix cycle failure after last commit
git-svn-id: trunk@37298 -
This commit is contained in:
parent
735f9363d8
commit
b14feadfe1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user