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 f06d80a883..36ef335256 100644 --- a/sysdeps/sh/sh4/fpu/feupdateenv.c +++ b/sysdeps/sh/sh4/fpu/feupdateenv.c @@ -32,7 +32,7 @@ feupdateenv (const fenv_t *envp) defined format of the values in objects of type fexcept_t is the same as the ones specified using the FE_* constants. */ fesetenv (envp); - feraiseexcept ((int) temp); + __feraiseexcept ((int) temp); return 0; } |