Fix linter warning

This commit is contained in:
momo5502
2025-08-17 07:52:45 +02:00
parent 584b770def
commit 9ca18dd141

View File

@@ -45,8 +45,7 @@ namespace
return {};
}
auto& inst = instructions[0];
const auto& inst = instructions[0];
return std::string(inst.mnemonic) + (strlen(inst.op_str) ? " "s + inst.op_str : "");
}