소스 검색

* compile with stack checking

florian 1 년 전
부모
커밋
dc30431d89
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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;