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