Fix improper #ifdef.
PR: 19024 Submitted by: Alexander Langer <alex@big.endian.de>
This commit is contained in:
parent
e2548f2fb4
commit
20b9259c7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29313
@ -5,7 +5,7 @@
|
||||
* Disable floating point exepctions
|
||||
*/
|
||||
-#ifdef __FreeBSD__
|
||||
+#ifdef __FreeBSD__ && !defined(__alpha__)
|
||||
+#if defined(__FreeBSD__) && !defined(__alpha__)
|
||||
# include <floatingpoint.h>
|
||||
{
|
||||
/* seet floating point mask to the Linux default */
|
||||
|
Loading…
Reference in New Issue
Block a user