Fixed empty TYPE(__proc) causing linker issues on 32-bit arm #36

Merged
ariadne merged 1 commits from rlcamp/libucontext:arm_linker_fix into master 2022-03-24 08:57:53 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#define VFP_MAGIC_OFFSET (232)
#define VFP_D8_OFFSET (304)
#define TYPE(__proc)
#define TYPE(__proc) .type __proc, %function;
#define FETCH_LINKPTR(dest) \
asm("movs %0, r4" : "=r" ((dest)))