getMnemonic() moved to BochsController + Typos fixed.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1307 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2012-06-06 11:22:22 +00:00
parent d5734a757a
commit 9a47d75f9a
5 changed files with 136 additions and 169 deletions

View File

@ -269,14 +269,6 @@ class RegisterManager
* @return the base pointer
*/
virtual address_t getBasePointer() = 0;
/**
* Retrieves the textual description (mnemoric) for the current
* instruction.
* The format of the returned string is simulator-specific.
* @return the mnemoric of the current instruction whose address
* is given by \c getInstructionPointer().
*/
virtual const std::string& getMnemoric() const = 0;
};
} // end-of-namespace: sal