ソースを参照

Merged revisions 7499 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk

........
r7499 | florian | 2007-05-28 19:04:43 +0300 (Пн, 28 май 2007) | 2 lines

* fixed arm compilation
........

git-svn-id: branches/fixes_2_2@7736 -

yury 18 年 前
コミット
503711221d
2 ファイル変更3 行追加1 行削除
  1. 2 0
      rtl/inc/softfpu.pp
  2. 1 1
      rtl/inc/systemh.inc

+ 2 - 0
rtl/inc/softfpu.pp

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

+ 1 - 1
rtl/inc/systemh.inc

@@ -86,7 +86,7 @@ Type
   DWord    = LongWord;
   DWord    = LongWord;
   Cardinal = LongWord;
   Cardinal = LongWord;
   Integer  = SmallInt;
   Integer  = SmallInt;
-	UInt64   = QWord;
+  UInt64   = QWord;
 
 
   { moved here from psystem.pas
   { moved here from psystem.pas
     Delphi allows chose of overloaded procedure depending
     Delphi allows chose of overloaded procedure depending