Explorar o código

+ defined RS_LOCAL_FRAME_POINTER_REG

git-svn-id: branches/wasm@47827 -
nickysn %!s(int64=4) %!d(string=hai) anos
pai
achega
40eb696d8e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      compiler/wasm32/cpubase.pas

+ 1 - 0
compiler/wasm32/cpubase.pas

@@ -148,6 +148,7 @@ uses
       { fake register, representing the local frame pointer. Used for accessing
         address-taken local variables on the linear stack: (localframeptr+offset). }
       NR_LOCAL_FRAME_POINTER_REG = NR_R3;
+      RS_LOCAL_FRAME_POINTER_REG = RS_R3;
 
       maxvarregs = 1;
       maxfpuvarregs = 1;