mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 13:10:34 +02:00
+ dummy int64p.inc
git-svn-id: trunk@29880 -
This commit is contained in:
parent
84f04ad2ce
commit
66d4e9a3a5
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -7868,6 +7868,7 @@ rtl/COPYING.txt svneol=native#text/plain
|
||||
rtl/Makefile svneol=native#text/plain
|
||||
rtl/Makefile.fpc svneol=native#text/plain
|
||||
rtl/README.txt svneol=native#text/plain
|
||||
rtl/aarch64/int64p.inc svneol=native#text/plain
|
||||
rtl/aarch64/mathu.inc svneol=native#text/plain
|
||||
rtl/aix/Makefile svneol=native#text/plain
|
||||
rtl/aix/Makefile.fpc svneol=native#text/plain
|
||||
|
15
rtl/aarch64/int64p.inc
Normal file
15
rtl/aarch64/int64p.inc
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
This file is part of the Free Pascal run time library.
|
||||
Copyright (c) 1999-2000 by the Free Pascal development team
|
||||
|
||||
This file contains some helper routines for int64 and qword
|
||||
|
||||
See the file COPYING.FPC, included in this distribution,
|
||||
for details about the copyright.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
||||
{ only dummy on AArch64 since it has a 64 bit integer unit }
|
Loading…
Reference in New Issue
Block a user