TRAP
#define TRAP(regs) ((regs)->trap & ~TRAP_FLAGS_MASK)
#define TRAP(routine) \
#define TRAP(x) { x, #x }