Mcc build fix for JSBsim executable.
This commit is contained in:
parent
52572ef1f3
commit
88fc98f57b
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ int main(int argc, char* argv[])
|
|||
_clearfp();
|
||||
_controlfp(_controlfp(0, 0) & ~(_EM_INVALID | _EM_ZERODIVIDE | _EM_OVERFLOW),
|
||||
_MCW_EM);
|
||||
#elif defined(__GNUC__) && !defined(sgi)
|
||||
#elif defined(__GNUC__) && !defined(sgi) && !defined(__APPLE__)
|
||||
feenableexcept(FE_DIVBYZERO | FE_INVALID);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue