--- nono/debugger/debugger_m680x0.h 2026/04/29 17:04:33 1.1.1.2 +++ nono/debugger/debugger_m680x0.h 2026/04/29 17:04:37 1.1.1.3 @@ -35,7 +35,8 @@ class DebuggerMD_m680x0 : public Debugge override; const HelpMessages& GetRegisterHelp() const override; - Object& GetBrHist() const override { return cpu->brhist; } + BranchHistory& GetBrHist() const override { return cpu->brhist; } + BranchHistory& GetExHist() const override { return cpu->exhist; } bool CheckLEA(uint32 laddr) override { return false; }