mirror of
https://github.com/libretro/REminiscence.git
synced 2024-11-26 18:10:26 +00:00
Buildfix
This commit is contained in:
parent
61c4858567
commit
c2624c7565
5
3rdparty/libco/armeabi.c
vendored
5
3rdparty/libco/armeabi.c
vendored
@ -24,13 +24,10 @@ static thread_local cothread_t co_active_handle;
|
||||
|
||||
__asm__ (
|
||||
#if defined(__thumb2__)
|
||||
".thumb\n"
|
||||
".align 2\n"
|
||||
".globl co_switch_arm\n"
|
||||
".globl _co_switch_arm\n"
|
||||
".thumb\n"
|
||||
".thumb_func\n"
|
||||
".type co_switch_arm, %function\n"
|
||||
".type _co_switch_arm, %function\n"
|
||||
"co_switch_arm:\n"
|
||||
"_co_switch_arm:\n"
|
||||
" mov r3, sp\n"
|
||||
|
Loading…
Reference in New Issue
Block a user