MIPS: math-emu: Get rid of typedefs.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2014-04-16 01:31:11 +02:00
parent 2370881821
commit 2209bcb131
40 changed files with 212 additions and 212 deletions

View File

@@ -26,7 +26,7 @@
#include "ieee754sp.h"
ieee754sp ieee754sp_mul(ieee754sp x, ieee754sp y)
union ieee754sp ieee754sp_mul(union ieee754sp x, union ieee754sp y)
{
COMPXSP;
COMPYSP;