ArmCPUState: no need to repeat abstract method declarations

(...if they have already been defined in the base class).

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1976 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2012-12-12 13:08:24 +00:00
parent 9f53d3348b
commit d3ccc75269

View File

@ -9,9 +9,6 @@ namespace fail {
class ArmCPUState : public CPUState {
public:
virtual regdata_t getRegisterContent(Register* reg) = 0;
virtual address_t getInstructionPointer() = 0;
virtual address_t getStackPointer() = 0;
/**
* Returns the current Link Register.
* @return the current lr