Browse Source

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

git-svn-id: trunk@20267 -
sekelsenmat 13 years ago
parent
commit
c72a639e7b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/objpas/fmtbcd.pp

+ 2 - 2
rtl/objpas/fmtbcd.pp

@@ -43,8 +43,8 @@
 
 
 { $define debug_version}
 { $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}
 {$mode objfpc}
 {$h-}
 {$h-}