forked from ariadne/libucontext
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: ariadne/libucontext#36remotes/1696205465334680198/master
commit
33ff253d52
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue