--- nono/debugger/debugger.h 2026/04/29 17:04:37 1.1.1.4 +++ nono/debugger/debugger.h 2026/04/29 17:04:40 1.1.1.5 @@ -12,7 +12,7 @@ extern void debugger_init(); extern bool debugger_check(); // 例外通知用 (MPU から) -extern void debugger_notifyexception(int vector); +extern void debugger_notify_exception(int vector); // ブレークポイントモニター class BreakpointMonitor : public Object