Compare commits

...

2 Commits

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)))