git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1453 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-07-16 18:20:57 +00:00
parent 39a82218cc
commit 1a339c1814
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ namespace fail {
class ExperimentFlow;
//! address wildcard (e.g. for BPListener's)
//! address wildcard (e.g. for BPListeners)
const address_t ANY_ADDR = static_cast<address_t>(-1);
//! instruction wildcard
const unsigned ANY_INSTR = static_cast<unsigned>(-1);
@ -220,7 +220,7 @@ public:
{ }
/**
* Returns the instruction pointer watch range of this listener.
* @return the listerner's range
* @return the listener's range
*/
std::pair<address_t, address_t> getWatchInstructionPointerRange() const
{ return std::make_pair(m_WatchStartAddr, m_WatchEndAddr); }