MIPS: math-emu: Get rid of the useless parts of exception handling.

All it really did was throw a printk for no obvious reason.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2014-04-25 03:19:57 +02:00
parent 593d33fe33
commit 90efba36ed
32 changed files with 92 additions and 263 deletions

View File

@@ -65,5 +65,5 @@ union ieee754sp ieee754sp_flong(s64 x)
xe--;
}
}
SPNORMRET1(xs, xe, xm, "sp_flong", x);
return ieee754sp_format(xs, xe, xm);
}