Have debugger handle memory exceptions

This commit is contained in:
James Lambert 2021-03-05 11:35:22 -07:00 committed by Simon Eriksson
parent 27917c7df8
commit deda9f9709

View file

@ -345,6 +345,7 @@ void VR4300_DTLB(struct vr4300 *vr4300, unsigned miss, unsigned inv, unsigned mo
vr4300_exception_epilogue(vr4300, (cause & ~0xFF) | (type << 2),
status, epc, offs);
vr4300_debug_exception(&vr4300->debug);
}
// IADE: Instruction address error exception.