Skip to content

Commit

Permalink
Fixed Visual Studio 2010 build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 12, 2014
1 parent 6a1011a commit 454c4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpuinfo/SDL_cpuinfo.c
Expand Up @@ -253,7 +253,7 @@ CPU_OSSavesYMM(void)
{
xor ecx, ecx
_asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0
mov a, xcr0
mov a, eax
}
#endif
return ((a & 6) == 6) ? SDL_TRUE : SDL_FALSE;
Expand Down

0 comments on commit 454c4a0

Please sign in to comment.