فهرست منبع

* set temp. start properly when omitting stackframe

git-svn-id: trunk@6761 -
florian 18 سال پیش
والد
کامیت
dd45cf582f
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      compiler/arm/cpupi.pas

+ 3 - 1
compiler/arm/cpupi.pas

@@ -63,7 +63,9 @@ unit cpupi;
           this extra memory should hurt less than generating all local contants with offsets
           >256 as non shifter constants }
         if tg.direction = -1 then
-          tg.setfirsttemp(-12-28);
+          tg.setfirsttemp(-12-28)
+        else
+          tg.setfirsttemp(maxpushedparasize);
       end;