|
@@ -298,5 +298,6 @@ bool do_dsemulret(struct pt_regs *xcp)
|
|
/* Set EPC to return to post-branch instruction */
|
|
/* Set EPC to return to post-branch instruction */
|
|
xcp->cp0_epc = current->thread.bd_emu_cont_pc;
|
|
xcp->cp0_epc = current->thread.bd_emu_cont_pc;
|
|
pr_debug("dsemulret to 0x%08lx\n", xcp->cp0_epc);
|
|
pr_debug("dsemulret to 0x%08lx\n", xcp->cp0_epc);
|
|
|
|
+ MIPS_FPU_EMU_INC_STATS(ds_emul);
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|