Преглед на файлове

* nostackframe is not allowed by newer FPCs for pascal functions/procedure (and was never recommended)

git-svn-id: trunk@24870 -
florian преди 12 години
родител
ревизия
ff3295d8fd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tests/bench/shootout/src/mandelbrot.pp

+ 1 - 1
tests/bench/shootout/src/mandelbrot.pp

@@ -20,7 +20,7 @@ procedure run;
 var
   Cy, Step: double;
   x, y, bits,bit: Longint;
-  function CalculatePoint(Cx, Cy: double): boolean; nostackframe; inline;
+  function CalculatePoint(Cx, Cy: double): boolean; inline;
   const
     Limit = 4;
   var