| 2586 | } |
| 2587 | |
| 2588 | static 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 |
no test coverage detected