On 30 Mar 2009, at 15:13, David Chisnall wrote:

The code setting the floating point exception mask in NSObject is incorrect. It works coincidentally with GCC because GCC (at least, in current versions) adds an extra load and so the argument becomes %eax. If it is an indirect address then this code will not work due to the extra brackets (it will complain about unexpected characters in the assembler). Attached is a fix.

I edited in that fix too. thanks.


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to