--- nono/m680x0/m68030disasm.cpp 2026/04/29 17:05:15 1.1.1.7 +++ nono/m680x0/m68030disasm.cpp 2026/04/29 17:05:22 1.1.1.8 @@ -598,7 +598,7 @@ m680x0disasm::make_reglist_half(std::str if (top < 0) { // 非表示中ならこのレジスタを出力する。 // 初回以外は区切りを先に出力する。 - if (s.length() != 0) { + if (s.empty() == false) { s += '/'; } s += reg;