You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
185 B

static struct user_regs_struct m68k_regs;
unsigned long *const m68k_usp_ptr = (unsigned long *) &m68k_regs.usp;
#define ARCH_PC_REG m68k_regs.pc
#define ARCH_REGS_FOR_GETREGS m68k_regs