Skip to content
Permalink
Browse files
Merge pull request #6416 from Ebola16/Warning
Remove DSPLLE ReadAnnotatedAssembly error log entry
  • Loading branch information
leoetlino committed Mar 2, 2018
2 parents 78b00d8 + c94cd4a commit 96e4e01
Showing 1 changed file with 1 addition and 3 deletions.
@@ -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;

0 comments on commit 96e4e01

Please sign in to comment.