import-trace: cleanup
Change-Id: I9f658c1bb9881fd1ef70f1744b6a2e2c36ad7142
This commit is contained in:
@ -118,7 +118,7 @@ bool AdvancedMemoryImporter::handle_ip_event(fail::simtime_t curtime, instructio
|
||||
LOG << m_elf->getFilename() << "': " << Buf << ".\n";
|
||||
return false;
|
||||
}
|
||||
binary = &(*BinaryOrErr.get().getBinary());
|
||||
binary = BinaryOrErr.get().getBinary();
|
||||
|
||||
// necessary due to an AspectC++ bug triggered by LLVM 3.3's dyn_cast()
|
||||
#ifndef __puma
|
||||
|
||||
Reference in New Issue
Block a user