Procházet zdrojové kódy

* Also check that there is no FPU stack overrun on i386 CPU

git-svn-id: trunk@17884 -
pierre před 14 roky
rodič
revize
e98c62cb68
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      tests/test/cg/tcalext6.pp

+ 0 - 2
tests/test/cg/tcalext6.pp

@@ -36,7 +36,6 @@ type
 
 var
   success : boolean;
-{$ifndef FPC_PIC}
 {$ifdef x86_64}
   {$define UseStackCheck}
   {$asmmode att}
@@ -47,7 +46,6 @@ var
   {$asmmode att}
   {$define USE_ASM}
 {$endif i386}
-{$endif}
 {$ifdef HAS_GETFRAME}
   {$define UseStackCheck}
 {$endif HAS_GETFRAME}