This commit is contained in:
twinaphex 2022-04-05 22:22:41 +02:00
parent 61c4858567
commit c2624c7565

View File

@ -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"