mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +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
9db45a6d7e
commit
fd2132310b
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>
|
||||
|
||||
* Headers/Foundation/NSInvocation.h:
|
||||
|
|
|
@ -907,9 +907,9 @@ warn_proc(char *msg, GC_word arg)
|
|||
{
|
||||
volatile short cw;
|
||||
|
||||
__asm__ volatile ("fstcw %0" : : "g" (&cw));
|
||||
__asm__ volatile ("fstcw (%0)" : : "g" (&cw));
|
||||
cw |= 1; /* Mask 'invalid' exception */
|
||||
__asm__ volatile ("fldcw %0" : : "g" (&cw));
|
||||
__asm__ volatile ("fldcw (%0)" : : "g" (&cw));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue