Browse Source

* load moveproc with default value

git-svn-id: trunk@6803 -
florian 18 years ago
parent
commit
2085635fe7
1 changed files with 3 additions and 2 deletions
  1. 3 2
      rtl/arm/arm.inc

+ 3 - 2
rtl/arm/arm.inc

@@ -20,8 +20,6 @@
 const
 const
   cpu_has_edsp : boolean = false;
   cpu_has_edsp : boolean = false;
   in_edsp_test : boolean = false;
   in_edsp_test : boolean = false;
-var
-  moveproc : pointer;
 
 
 procedure fpc_cpuinit;
 procedure fpc_cpuinit;
 begin
 begin
@@ -278,6 +276,9 @@ asm
 end;
 end;
 
 
 
 
+const
+  moveproc : pointer = @move_blended;
+
 procedure Move(const source;var dest;count:longint);[public, alias: 'FPC_MOVE'];assembler;nostackframe;
 procedure Move(const source;var dest;count:longint);[public, alias: 'FPC_MOVE'];assembler;nostackframe;
 asm
 asm
   ldr ip,.Lmoveproc
   ldr ip,.Lmoveproc