* Fixed arm-linux build.

git-svn-id: trunk@9055 -
This commit is contained in:
yury 2007-11-02 09:32:05 +00:00
parent 01fd678211
commit 1ea7d58a61

View File

@ -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]