Merge pull request 'Fixed empty TYPE(__proc) causing linker issues on 32-bit arm' (#36) from rlcamp/libucontext:arm_linker_fix into master

Reviewed-on: #36
master
Ariadne Conill 2022-03-24 08:57:53 +00:00
commit 33ff253d52
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)))