MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / exception_debug

Function exception_debug

src/newcpu.cpp:2588–2595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2586}
2587
2588static void exception_debug (int nr)
2589{
2590#ifdef DEBUGGER
2591 if (!exception_debugging)
2592 return;
2593 console_out_f (_T("Exception %d, PC=%08X\n"), nr, M68K_GETPC);
2594#endif
2595}
2596
2597#ifdef CPUEMU_13
2598

Callers 4

Exception_ce000Function · 0.85
Exception_mmu030Function · 0.85
Exception_mmuFunction · 0.85
Exception_normalFunction · 0.85

Calls 1

console_out_fFunction · 0.50

Tested by

no test coverage detected