Fixes stack check crash in fmtbcd.pp see bug #21208

git-svn-id: trunk@20267 -
This commit is contained in:
sekelsenmat 2012-02-06 09:07:35 +00:00
parent de4a96f96d
commit c72a639e7b

View File

@ -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-}