瀏覽代碼

* stack checking is actually 'S'

florian 1 年之前
父節點
當前提交
f9b98092c4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/scandir.pas

+ 1 - 1
compiler/scandir.pas

@@ -551,7 +551,7 @@ unit scandir;
 
     procedure dir_stackchecking;
       begin
-        do_delphiswitch('T');
+        do_delphiswitch('S');
       end;
 
     procedure dir_fputype;