mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 20:50:32 +02:00
+ AArch64 support
git-svn-id: trunk@29948 -
This commit is contained in:
parent
e6d948470e
commit
bff3feae7b
@ -57,6 +57,12 @@ end;
|
||||
end;
|
||||
{$define implemented}
|
||||
{$endif cpumips}
|
||||
{$ifdef cpuaarch64}
|
||||
adrp x0,stacksize@PAGE
|
||||
ldr x0,[x0,stacksize@PAGEOFF]
|
||||
end;
|
||||
{$define implemented}
|
||||
{$endif cpuaarch64}
|
||||
{$ifndef implemented}
|
||||
{$error This test does not supported this CPU}
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user