diff options
Diffstat (limited to 'arch/mips/math-emu/sp_div.c')
-rw-r--r-- | arch/mips/math-emu/sp_div.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/sp_div.c b/arch/mips/math-emu/sp_div.c index d7747928c954..1f62865ffcbd 100644 --- a/arch/mips/math-emu/sp_div.c +++ b/arch/mips/math-emu/sp_div.c | |||
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | #include "ieee754sp.h" | 27 | #include "ieee754sp.h" |
28 | 28 | ||
29 | ieee754sp ieee754sp_div(ieee754sp x, ieee754sp y) | 29 | union ieee754sp ieee754sp_div(union ieee754sp x, union ieee754sp y) |
30 | { | 30 | { |
31 | COMPXSP; | 31 | COMPXSP; |
32 | COMPYSP; | 32 | COMPYSP; |