mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 22:39:11 +02:00
+ added aarch64 support
git-svn-id: trunk@29946 -
This commit is contained in:
parent
c6daaa28d0
commit
9521905102
@ -59,6 +59,13 @@ asm
|
||||
move $t2,y
|
||||
end;
|
||||
{$endif CPUMIPS}
|
||||
{$ifdef CPUAARCH64}
|
||||
{$define SUPPORTED}
|
||||
asm
|
||||
mov w2, x
|
||||
mov w3, y
|
||||
end;
|
||||
{$endif CPUAARCH64}
|
||||
{$ifndef SUPPORTED}
|
||||
asm
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user