mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Fix OpenSolaris softfloat warnings
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7102 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
acda94b189
commit
14d483eca0
3 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
|||
context is supported */
|
||||
#include "softfloat.h"
|
||||
#include <math.h>
|
||||
#if defined(HOST_SOLARIS)
|
||||
#include <fenv.h>
|
||||
#endif
|
||||
|
||||
void set_float_rounding_mode(int val STATUS_PARAM)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue