Browse Source

* compile with stack checking

florian 1 year ago
parent
commit
dc30431d89
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tests/webtbs/tw40598.pp

+ 3 - 1
tests/webtbs/tw40598.pp

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