--- nono/debugger/branchhistory.cpp 2026/04/29 17:04:43 1.1 +++ nono/debugger/branchhistory.cpp 2026/04/29 17:04:48 1.1.1.2 @@ -9,7 +9,6 @@ #include "branchhistory.h" #include "m68030core.h" #include "m88100.h" -#include "mystring.h" // コンストラクタ BranchHistory::BranchHistory() @@ -266,7 +265,7 @@ BranchHistory_m88xx0::FormatEntry(const case 3: mnemonic = ":bsr.n"; break; case 4: mnemonic = ":bb0"; break; case 5: mnemonic = ":bb0.n"; break; - case 6: mnemonic = ":bb1"; break; + case 6: mnemonic = ":bb1"; break; case 7: mnemonic = ":bb1.n"; break; case 0xa: mnemonic = ":bcnd"; break;