diff options
Diffstat (limited to 'sysdeps/m68k/fpu/s_scalbn.c')
-rw-r--r-- | sysdeps/m68k/fpu/s_scalbn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/m68k/fpu/s_scalbn.c b/sysdeps/m68k/fpu/s_scalbn.c index 1d43a75de0..d3ba27fa46 100644 --- a/sysdeps/m68k/fpu/s_scalbn.c +++ b/sysdeps/m68k/fpu/s_scalbn.c @@ -31,7 +31,7 @@ float_type __CONCATX(__,FUNC) (x, exp) float_type x; - int exp; + long int exp; { return __m81_u(__CONCATX(__,FUNC))(x, exp); } |