Explorar o código

* compile with stack checking

florian hai 1 ano
pai
achega
dc30431d89
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      tests/webtbs/tw40598.pp

+ 3 - 1
tests/webtbs/tw40598.pp

@@ -1,5 +1,5 @@
 { %RESULT=202 }
-{ %opt=gl }
+{ %opt=gl -Ct }
 
 {$mode objfpc}
 
@@ -10,6 +10,8 @@ type
 
 procedure TForm1.Button1Click(Sender: TObject);
 begin
+  writeln(hexstr(stackbottom));
+  writeln(hexstr(sptr));
   Button1Click(self);
 end;