VirtualBox

Changeset 36384 in vbox for trunk/src/recompiler/fpu


Ignore:
Timestamp:
Mar 24, 2011 6:13:09 AM (14 years ago)
Author:
vboxsync
Message:

recompiler: Fix build on FreeBSD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/fpu/softfloat-native.h

    r36175 r36384  
    22#include <math.h>
    33
    4 #if (defined(_BSD) && !defined(__APPLE__)) || defined(HOST_SOLARIS)
     4#if (defined(_BSD) && !defined(__APPLE__) && !defined(__FreeBSD__)) || defined(HOST_SOLARIS)
    55#include <ieeefp.h>
    66#define fabsf(f) ((float)fabs(f))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette