mips3: debugger exception hook (nw)

This commit is contained in:
Patrick Mackinlay 2019-01-22 20:08:29 +07:00
parent 84b57f9658
commit 8bca61dcd6

View File

@ -343,6 +343,7 @@ void mips3_device::generate_exception(int exception, int backup)
if ((CAUSE & 0x7f) == 0)
logerror("Took interrupt -- Cause = %08X, PC = %08X\n", (uint32_t)CAUSE, m_core->pc);
*/
debugger_exception_hook(exception);
}