am 3de4dcdb: Merge "android-x86: use proper variable typing"
* commit '3de4dcdb189262e5beb73fe8431df67d51ec9f5f': android-x86: use proper variable typing
This commit is contained in:
commit
99d685d288
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user