mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 22:07:56 +02:00
* Fixed arm-linux build.
git-svn-id: trunk@9055 -
This commit is contained in:
parent
01fd678211
commit
1ea7d58a61
@ -17,6 +17,10 @@
|
||||
|
||||
{$asmmode gas}
|
||||
|
||||
{$ifndef FPC_SYSTEM_HAS_MOVE}
|
||||
{$define FPC_SYSTEM_FPC_MOVE}
|
||||
{$endif FPC_SYSTEM_HAS_MOVE}
|
||||
|
||||
{$ifdef FPC_SYSTEM_FPC_MOVE}
|
||||
const
|
||||
cpu_has_edsp : boolean = false;
|
||||
@ -154,7 +158,6 @@ end;
|
||||
|
||||
{$ifndef FPC_SYSTEM_HAS_MOVE}
|
||||
{$define FPC_SYSTEM_HAS_MOVE}
|
||||
{$define FPC_SYSTEM_FPC_MOVE}
|
||||
procedure Move_pld(const source;var dest;count:longint);assembler;nostackframe;
|
||||
asm
|
||||
pld [r0]
|
||||
|
Loading…
Reference in New Issue
Block a user