Navigation Menu

Skip to content

Commit

Permalink
Fixed build for arm platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 12, 2014
1 parent eb1c604 commit 6a1011a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cpuinfo/SDL_cpuinfo.c
Expand Up @@ -255,8 +255,6 @@ CPU_OSSavesYMM(void)
_asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0
mov a, xcr0
}
#else
#error Need xgetbv implementation!
#endif
return ((a & 6) == 6) ? SDL_TRUE : SDL_FALSE;
}
Expand Down

0 comments on commit 6a1011a

Please sign in to comment.