mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 00:59:08 +02:00
* Also check that there is no FPU stack overrun on i386 CPU
git-svn-id: trunk@17884 -
This commit is contained in:
parent
2909e43043
commit
e98c62cb68
@ -36,7 +36,6 @@ type
|
|||||||
|
|
||||||
var
|
var
|
||||||
success : boolean;
|
success : boolean;
|
||||||
{$ifndef FPC_PIC}
|
|
||||||
{$ifdef x86_64}
|
{$ifdef x86_64}
|
||||||
{$define UseStackCheck}
|
{$define UseStackCheck}
|
||||||
{$asmmode att}
|
{$asmmode att}
|
||||||
@ -47,7 +46,6 @@ var
|
|||||||
{$asmmode att}
|
{$asmmode att}
|
||||||
{$define USE_ASM}
|
{$define USE_ASM}
|
||||||
{$endif i386}
|
{$endif i386}
|
||||||
{$endif}
|
|
||||||
{$ifdef HAS_GETFRAME}
|
{$ifdef HAS_GETFRAME}
|
||||||
{$define UseStackCheck}
|
{$define UseStackCheck}
|
||||||
{$endif HAS_GETFRAME}
|
{$endif HAS_GETFRAME}
|
||||||
|
Loading…
Reference in New Issue
Block a user