diff options
Diffstat (limited to 'sysdeps/sh/sh4/fpu/feupdateenv.c')
-rw-r--r-- | sysdeps/sh/sh4/fpu/feupdateenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sh/sh4/fpu/feupdateenv.c b/sysdeps/sh/sh4/fpu/feupdateenv.c index 97d524bf6e..25729d9c1f 100644 --- a/sysdeps/sh/sh4/fpu/feupdateenv.c +++ b/sysdeps/sh/sh4/fpu/feupdateenv.c @@ -31,7 +31,7 @@ feupdateenv (const fenv_t *envp) /* Raise the saved exception. Incidently for us the implementation defined format of the values in objects of type fexcept_t is the same as the ones specified using the FE_* constants. */ - fesetenv (envp); + __fesetenv (envp); __feraiseexcept ((int) temp); return 0; |