* 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;