diff options
Diffstat (limited to 'arch/mips/math-emu/sp_modf.c')
| -rw-r--r-- | arch/mips/math-emu/sp_modf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/sp_modf.c b/arch/mips/math-emu/sp_modf.c index 4b1dbac796f8..76568946b4c0 100644 --- a/arch/mips/math-emu/sp_modf.c +++ b/arch/mips/math-emu/sp_modf.c | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | 29 | ||
| 30 | /* modf function is always exact for a finite number | 30 | /* modf function is always exact for a finite number |
| 31 | */ | 31 | */ |
| 32 | ieee754sp ieee754sp_modf(ieee754sp x, ieee754sp * ip) | 32 | ieee754sp ieee754sp_modf(ieee754sp x, ieee754sp *ip) |
| 33 | { | 33 | { |
| 34 | COMPXSP; | 34 | COMPXSP; |
| 35 | 35 | ||
