mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Fixed build for arm platforms
This commit is contained in:
parent
eb1c6044b2
commit
6a1011ae6d
@ -255,8 +255,6 @@ CPU_OSSavesYMM(void)
|
|||||||
_asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0
|
_asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0
|
||||||
mov a, xcr0
|
mov a, xcr0
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
#error Need xgetbv implementation!
|
|
||||||
#endif
|
#endif
|
||||||
return ((a & 6) == 6) ? SDL_TRUE : SDL_FALSE;
|
return ((a & 6) == 6) ? SDL_TRUE : SDL_FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user