Explorar o código

* ARM: NR_RETURN_ADDRESS_REG is R14

git-svn-id: trunk@48677 -
florian %!s(int64=4) %!d(string=hai) anos
pai
achega
44856e660c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/arm/cpubase.pas

+ 1 - 1
compiler/arm/cpubase.pas

@@ -322,7 +322,7 @@ unit cpubase;
 
 
       NR_MM_RESULT_REG  = NR_D0;
       NR_MM_RESULT_REG  = NR_D0;
 
 
-      NR_RETURN_ADDRESS_REG = NR_FUNCTION_RETURN_REG;
+      NR_RETURN_ADDRESS_REG = NR_R14;
 
 
       { Offset where the parent framepointer is pushed }
       { Offset where the parent framepointer is pushed }
       PARENT_FRAMEPOINTER_OFFSET = 0;
       PARENT_FRAMEPOINTER_OFFSET = 0;