--- nono/m680x0/testdis.cpp 2026/04/29 17:05:31 1.1.1.9 +++ nono/m680x0/testdis.cpp 2026/04/29 17:05:57 1.1.1.10 @@ -886,6 +886,8 @@ static int failed; // リンカを通すためのダミー DisasmLine::~DisasmLine() { } DebuggerMD::~DebuggerMD() { } +uint32 DebuggerMD::GetNextPC() { return 0; } +void DebuggerMD::PrintExceptionFrame(FILE *, busaddr) { } int main(int ac, char *av[])