Patched to compile on Android (I think).
This commit is contained in:
parent
88db90913c
commit
599df6540c
1 changed files with 2 additions and 0 deletions
|
@ -204,6 +204,7 @@ SDL_AtomicGetPtr(void **a)
|
|||
}
|
||||
|
||||
#ifdef __thumb__
|
||||
#if defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_6J__) || defined(__ARM_ARCH_6K__) || defined(__ARM_ARCH_6T2__) || defined(__ARM_ARCH_6Z__) || defined(__ARM_ARCH_6ZK__)
|
||||
__asm__(
|
||||
" .align 2\n"
|
||||
" .globl _SDL_MemoryBarrierRelease\n"
|
||||
|
@ -215,5 +216,6 @@ __asm__(
|
|||
" bx lr\n"
|
||||
);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue