Merge "android-x86: use proper variable typing"

This commit is contained in:
David Turner 2010-12-31 02:35:25 -08:00 committed by Android Code Review
commit 3de4dcdb18

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())