Skip to content

Commit

Permalink
dyninst: Error message on getImage() failure
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Apr 23, 2017
1 parent d2dc0b7 commit 101576c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engines/dyninst-engine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class DyninstEngine : public IEngine, public IFileParser
m_image = m_addressSpace->getImage();

if (!m_image) {
// FIXME!
error("Can't get image for binary %s\n", m_filename.c_str());

return false;
}
Expand Down

0 comments on commit 101576c

Please sign in to comment.