android-x86: use proper variable typing

Change-Id: Iff99932acd2f6cb482fc5da9ff586d7ab2a8b209
This commit is contained in:
Chih-Wei Huang 2010-12-14 16:46:12 +08:00
parent a4f6d2281f
commit b9aedb2c57

View File

@ -131,7 +131,8 @@ feclearexcept(int __excepts)
static __inline int
fegetexceptflag(fexcept_t *__flagp, int __excepts)
{
int __mxcsr, __status;
int __mxcsr;
short __status;
__fnstsw(&__status);
if (__HAS_SSE())