From cb659153f912372285b66843ae3398a552683af9 Mon Sep 17 00:00:00 2001 From: David Schultz Date: Mon, 16 Jan 2012 20:17:51 +0000 Subject: Fix the value of float_t to match what is implied by FLT_EVAL_METHOD. --- sys/mips/include/_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/mips') diff --git a/sys/mips/include/_types.h b/sys/mips/include/_types.h index 8f09f63f3937..a92f7fb2363d 100644 --- a/sys/mips/include/_types.h +++ b/sys/mips/include/_types.h @@ -74,7 +74,7 @@ typedef unsigned long long __uint64_t; */ typedef __int32_t __clock_t; /* clock()... */ typedef double __double_t; -typedef double __float_t; +typedef float __float_t; #ifdef __mips_n64 typedef __int64_t __critical_t; typedef __int64_t __intfptr_t; -- cgit v1.2.3