mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 12:26:58 +02:00
* fixed compilation on winx64
git-svn-id: trunk@3254 -
This commit is contained in:
parent
10b104f451
commit
97fcac35f3
@ -691,7 +691,10 @@ implementation
|
||||
end;
|
||||
end;
|
||||
|
||||
{$ifdef cpuextended}
|
||||
{ the "and defined(FPC_HAS_TYPE_EXTENDED)" isn't optimal but currently the only solution
|
||||
it prevents proper cross compilation to i386 though
|
||||
}
|
||||
{$if defined(cpuextended) and defined(FPC_HAS_TYPE_EXTENDED)}
|
||||
ait_real_80bit :
|
||||
begin
|
||||
if do_line then
|
||||
|
Loading…
Reference in New Issue
Block a user