Changeset 3888 in vbox for trunk/src/recompiler/fpu
- Timestamp:
- Jul 26, 2007 4:26:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/fpu/softfloat-native.c
r1 r3888 7 7 { 8 8 STATUS(float_rounding_mode) = val; 9 #if defined(_BSD) && !defined(__APPLE__) || (defined(HOST_SOLARIS) && HOST_SOLARIS < 10)9 #if defined(_BSD) && !defined(__APPLE__) || (defined(HOST_SOLARIS) && (HOST_SOLARIS < 10 || HOST_SOLARIS == 11)) 10 10 fpsetround(val); 11 11 #elif defined(__arm__)
Note:
See TracChangeset
for help on using the changeset viewer.