mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 20:09:23 +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}
|
||||
|
||||
{$r+,q+,s+}
|
||||
{ $r-,q-,s-}
|
||||
// Dont use s+ (Stack checking on) because it crashes libraries, see bug 21208
|
||||
{$r+,q+,s-}
|
||||
|
||||
{$mode objfpc}
|
||||
{$h-}
|
||||
|
Loading…
Reference in New Issue
Block a user