|
@@ -112,9 +112,6 @@ int arch_uprobe_pre_xol(struct arch_uprobe *aup, struct pt_regs *regs)
|
|
|
*/
|
|
*/
|
|
|
aup->resume_epc = regs->cp0_epc + 4;
|
|
aup->resume_epc = regs->cp0_epc + 4;
|
|
|
if (insn_has_delay_slot((union mips_instruction) aup->insn[0])) {
|
|
if (insn_has_delay_slot((union mips_instruction) aup->insn[0])) {
|
|
|
- unsigned long epc;
|
|
|
|
|
-
|
|
|
|
|
- epc = regs->cp0_epc;
|
|
|
|
|
__compute_return_epc_for_insn(regs,
|
|
__compute_return_epc_for_insn(regs,
|
|
|
(union mips_instruction) aup->insn[0]);
|
|
(union mips_instruction) aup->insn[0]);
|
|
|
aup->resume_epc = regs->cp0_epc;
|
|
aup->resume_epc = regs->cp0_epc;
|