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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user