Page MenuHomeFreeBSD

D27201.diff
No OneTemporary

D27201.diff

Index: head/lib/msun/powerpc/fenv.h
===================================================================
--- head/lib/msun/powerpc/fenv.h
+++ head/lib/msun/powerpc/fenv.h
@@ -148,7 +148,7 @@
union __fpscr __r;
if (__excepts & FE_INVALID)
- __excepts |= FE_ALL_EXCEPT;
+ __excepts |= FE_ALL_INVALID;
__mffs(&__r);
__r.__bits.__reg &= ~__excepts;
__r.__bits.__reg |= *__flagp & __excepts;

File Metadata

Mime Type
text/plain
Expires
Wed, Dec 25, 3:12 PM (11 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15596988
Default Alt Text
D27201.diff (400 B)

Event Timeline