mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-21 23:31:34 +02:00
* fixed arm compilation
git-svn-id: trunk@7499 -
This commit is contained in:
parent
a3d906f1ca
commit
041ff166cc
@ -119,7 +119,9 @@ TYPE
|
||||
{$ifndef fpc}
|
||||
qword = int64;
|
||||
{$endif}
|
||||
{ now part of the system unit
|
||||
uint64 = qword;
|
||||
}
|
||||
bits64 = qword;
|
||||
sbits64 = int64;
|
||||
|
||||
|
@ -86,7 +86,7 @@ Type
|
||||
DWord = LongWord;
|
||||
Cardinal = LongWord;
|
||||
Integer = SmallInt;
|
||||
UInt64 = QWord;
|
||||
UInt64 = QWord;
|
||||
|
||||
{ moved here from psystem.pas
|
||||
Delphi allows chose of overloaded procedure depending
|
||||
|
Loading…
Reference in New Issue
Block a user