author | Sam Lantinga |
Fri, 11 Jul 2014 22:15:34 -0700 | |
changeset 9005 | ef3ef3c8da98 |
parent 9004 | 51bc44d49052 |
child 9006 | 98c808d72e20 |
1.1 --- a/src/cpuinfo/SDL_cpuinfo.c Fri Jul 11 22:14:14 2014 -0700 1.2 +++ b/src/cpuinfo/SDL_cpuinfo.c Fri Jul 11 22:15:34 2014 -0700 1.3 @@ -253,7 +253,7 @@ 1.4 { 1.5 xor ecx, ecx 1.6 _asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0 1.7 - mov a, xcr0 1.8 + mov a, eax 1.9 } 1.10 #endif 1.11 return ((a & 6) == 6) ? SDL_TRUE : SDL_FALSE;