xref: /aosp_15_r20/external/strace/linux/mips/arch_regs.c (revision cf84ac9a129d8ea9952db616b4e9b904c4bdde56)
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
4 #define ARCH_PC_REG mips_REG_EPC
5