* fixed arm compilation

git-svn-id: trunk@7499 -
This commit is contained in:
florian 2007-05-28 16:04:43 +00:00
parent a3d906f1ca
commit 041ff166cc
2 changed files with 3 additions and 1 deletions

View File

@ -119,7 +119,9 @@ TYPE
{$ifndef fpc}
qword = int64;
{$endif}
{ now part of the system unit
uint64 = qword;
}
bits64 = qword;
sbits64 = int64;

View File

@ -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