Fixed Visual Studio 2010 build
This commit is contained in:
parent
95e3af47d0
commit
e69eb33a5e
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ CPU_OSSavesYMM(void)
|
||||||
{
|
{
|
||||||
xor ecx, ecx
|
xor ecx, ecx
|
||||||
_asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0
|
_asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0
|
||||||
mov a, xcr0
|
mov a, eax
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
return ((a & 6) == 6) ? SDL_TRUE : SDL_FALSE;
|
return ((a & 6) == 6) ? SDL_TRUE : SDL_FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue