Use common register names in experiment code.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1255 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -83,7 +83,7 @@ class Register
|
||||
void setName(const std::string& name) { m_Name = name; }
|
||||
/**
|
||||
* Retrieves the register name.
|
||||
* @return the name
|
||||
* @return the textual register description
|
||||
*/
|
||||
const std::string& getName() const { return (m_Name); }
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user