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