SIG
#define SIG 11 /* print signal name plus flags */
#define SIG(_p) (*((u32_t *)((u8_t *)(_p) - sizeof (u32_t))))
#define SIG(_p) (*((u32_t *) ((u8_t *) (_p) - sizeof(u32_t))))