--- nono/m680x0/m68030disasm.cpp 2026/04/29 17:04:43 1.1.1.5 +++ nono/m680x0/m68030disasm.cpp 2026/04/29 17:04:49 1.1.1.6 @@ -6,7 +6,6 @@ #include "m68030disasm.h" #include "bus.h" -#include "mystring.h" // コンストラクタ m680x0disasm::m680x0disasm(DebuggerMemoryStream& mem_) @@ -655,7 +654,7 @@ m680x0disasm::make_bf() if (width < 8) { s += make_dn(width); } else { - s += string_format("", width); + s += string_format("", width); } } else { // 幅は 0 なら 32 を意味する