diff --git a/Source/Core/Core/HW/DSPLLE/DSPSymbols.cpp b/Source/Core/Core/HW/DSPLLE/DSPSymbols.cpp index e8e273427d..2cc412075e 100644 --- a/Source/Core/Core/HW/DSPLLE/DSPSymbols.cpp +++ b/Source/Core/Core/HW/DSPLLE/DSPSymbols.cpp @@ -82,10 +82,8 @@ bool ReadAnnotatedAssembly(const std::string& filename) { File::IOFile f(filename, "r"); if (!f) - { - ERROR_LOG(DSPLLE, "Bah! ReadAnnotatedAssembly couldn't find the file %s", filename.c_str()); return false; - } + char line[512]; int last_addr = 0;