Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 1 | struct mips_regs mips_regs; /* not static */ |
2 | /* PTRACE_GETREGS on MIPS is available since linux v2.6.15. */ | ||||
3 | #define ARCH_REGS_FOR_GETREGS mips_regs | ||||
Dmitry V. Levin | 5105d4a | 2015-11-30 03:30:51 +0000 | [diff] [blame] | 4 | #define ARCH_PC_REG mips_REG_EPC |