libucontext/arch/arm/defs.h

14 lines
201 B
C
Raw Normal View History

2020-03-30 05:02:49 +00:00
#ifndef __ARCH_ARM_DEFS_H
#define REG_SZ (4)
#define MCONTEXT_GREGS (32)
#define TYPE(__proc)
2020-12-12 06:40:27 +00:00
#define FETCH_LINKPTR(dest) \
asm("movs r0, %0" : "=r" ((dest)))
2020-12-12 06:40:27 +00:00
2020-03-30 05:02:49 +00:00
#include "common-defs.h"
#endif