mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 02:09:28 +02:00
Fixes stack check crash in fmtbcd.pp see bug #21208
git-svn-id: trunk@20267 -
This commit is contained in:
parent
de4a96f96d
commit
c72a639e7b
@ -43,8 +43,8 @@
|
|||||||
|
|
||||||
{ $define debug_version}
|
{ $define debug_version}
|
||||||
|
|
||||||
{$r+,q+,s+}
|
// Dont use s+ (Stack checking on) because it crashes libraries, see bug 21208
|
||||||
{ $r-,q-,s-}
|
{$r+,q+,s-}
|
||||||
|
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
{$h-}
|
{$h-}
|
||||||
|
Loading…
Reference in New Issue
Block a user