no need for a separate fillRegisterList() method(only called once)
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2086 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -5,11 +5,6 @@
|
||||
namespace fail {
|
||||
|
||||
ArmArchitecture::ArmArchitecture()
|
||||
{
|
||||
fillRegisterList();
|
||||
}
|
||||
|
||||
void ArmArchitecture::fillRegisterList()
|
||||
{
|
||||
// TODO: Add missing registers
|
||||
// 16x 32-Bit GP Registers
|
||||
|
||||
@ -15,8 +15,6 @@ class ArmArchitecture : public CPUArchitecture {
|
||||
public:
|
||||
ArmArchitecture();
|
||||
~ArmArchitecture();
|
||||
private:
|
||||
void fillRegisterList();
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user