mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 03:13:55 +00:00
Fix linter warning
This commit is contained in:
@@ -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 : "");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user