Browse Source

* stack checking is actually 'S'

florian 1 năm trước cách đây
mục cha
commit
f9b98092c4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;