mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
Move int32p.inc inclusion to end of i8086.inc as it needs to be parsed before generic.inc
git-svn-id: trunk@26366 -
This commit is contained in:
parent
b106ded0e9
commit
a4e08f8611
@ -301,3 +301,5 @@ Procedure SysResetFPU;
|
||||
softfloat_exception_flags:=0;
|
||||
end;
|
||||
|
||||
{$I int32p.inc}
|
||||
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
{$I int32p.inc}
|
||||
|
||||
{$define FPC_SYSTEM_HAS_MUL_QWORD}
|
||||
function fpc_mul_qword( f1, f2: qword; checkoverflow: longbool ): qword; [public,alias: 'FPC_MUL_QWORD']; compilerproc;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user