Index: arch/mips/src/fmath.c
===================================================================
--- arch/mips/src/fmath.c	(revision 399ccd9c9a5663e6698342c5a97a2975eb34515a)
+++ arch/mips/src/fmath.c	(revision 38207b9a51f26e35bdc08cc8200122e5fe9f1c29)
@@ -123,5 +123,5 @@
 	fmath_ld_union.ldd[7]=((fmath_ld_union.ldd[7])&0x7f)|(sign<<7); // change 64th bit (IA32 is a little endian)
 	return fmath_ld_union.bf;
-*/	return 1.0
+*/	return 1.0;
 }
 
