mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 17:41:05 +00:00
Revert previous patch (David to fix up later).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28174 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
17e3bcd42e
commit
565c79f59d
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2009-04-03 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* Source/NSObject.m: Revert previous patch (David to fix up later).
|
||||||
|
|
||||||
2009-03-31 Richard Frith-Macdonald <rfm@gnu.org>
|
2009-03-31 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Headers/Foundation/NSInvocation.h:
|
* Headers/Foundation/NSInvocation.h:
|
||||||
|
|
|
@ -907,9 +907,9 @@ warn_proc(char *msg, GC_word arg)
|
||||||
{
|
{
|
||||||
volatile short cw;
|
volatile short cw;
|
||||||
|
|
||||||
__asm__ volatile ("fstcw %0" : : "g" (&cw));
|
__asm__ volatile ("fstcw (%0)" : : "g" (&cw));
|
||||||
cw |= 1; /* Mask 'invalid' exception */
|
cw |= 1; /* Mask 'invalid' exception */
|
||||||
__asm__ volatile ("fldcw %0" : : "g" (&cw));
|
__asm__ volatile ("fldcw (%0)" : : "g" (&cw));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue