mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
mips3: debugger exception hook (nw)
This commit is contained in:
parent
84b57f9658
commit
8bca61dcd6
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user