mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 11:09:19 +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)}
|
{$if defined(cpuextended) and defined(FPC_HAS_TYPE_EXTENDED)}
|
||||||
eextended : extended;
|
eextended : extended;
|
||||||
{$else}
|
{$else}
|
||||||
|
{$ifdef FPC_SOFT_FPUX80}
|
||||||
eextended : floatx80;
|
eextended : floatx80;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$endif}
|
||||||
ccomp : comp;
|
ccomp : comp;
|
||||||
tmp : word;
|
tmp : word;
|
||||||
cpu: tcputype;
|
cpu: tcputype;
|
||||||
|
Loading…
Reference in New Issue
Block a user