diff --git a/sources/Debugger/CPU/CPUDebug.cpp b/sources/Debugger/CPU/CPUDebug.cpp index 61e848c..231e454 100644 --- a/sources/Debugger/CPU/CPUDebug.cpp +++ b/sources/Debugger/CPU/CPUDebug.cpp @@ -316,12 +316,12 @@ namespace ComSquare::Debugger std::string symbolPath = romPath.replace_extension(".sym"); std::ifstream sym(symbolPath); - if (sym) { - std::vector