Merge pull request #6416 from Ebola16/Warning

Remove DSPLLE ReadAnnotatedAssembly error log entry
This commit is contained in:
Léo Lam 2018-03-02 23:10:43 +01:00 committed by GitHub
commit 96e4e01564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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;