Hello, I am still struggling with trying to make bigforth automatically save floating point stack. Here is the simplest example that will demonstrate the problem and it is easy to imitate
also dos library libm libm.so legacy off libm log df (fp) log legacy on f.s !1 !1 cr f.s cr log f.s f.s !1 !1 !1 cr f.s cr log cr f.s cr Executing it on debian and gentoo linux I get this: also dos ok library libm libm.so ok legacy off ok libm log df (fp) log ok legacy on ok f.s ok !1 !1 cr f.s cr log f.s 1 1 Bus Error ! log f.s ok !1 !1 !1 cr f.s cr log cr f.s cr 1 1 1 0 1 1 It does seem like a bug to me. Please, help! -- Sergey --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
