[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSObject asm fix
From: |
Richard Frith-Macdonald |
Subject: |
Re: NSObject asm fix |
Date: |
Tue, 31 Mar 2009 16:53:40 +0100 |
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.
- NSObject asm fix, David Chisnall, 2009/03/30
- Re: NSObject asm fix,
Richard Frith-Macdonald <=