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

arm_linker_fix
Richard Campbell 2022-03-10 19:14:49 -08:00
parent 128e4fdc4b
commit 3044c2b908
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)))