Mail Archives: djgpp/2000/01/24/06:01:26
On Mon, 24 Jan 2000, leon wrote:
> the PROBLEM is - that this REDIR.exe after doing whole compilation -
> outputs some error regardgin FPU not being available at some registers...
This is a known bug in the version of `redir' supplied with DJGPP
v2.02. The bug is corrected in v2.03, so upgrade.
> was just wondering if SX machines are supported at all by redir
`redir' has no problems with FPU-less machines. The bug which causes
this happens because `redir' reverts the FP exception to its default
state before running the program (so that if that program crashes due
to FP errors, `redir' won't crash with it), but when the child program
exits, the FP exception is toggled back too late...
- Raw text -