git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1609 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-09-11 17:10:00 +00:00
parent a77a2aa55f
commit 10d0344505

View File

@ -190,7 +190,7 @@ public:
};
/**
* \class BochsRegister
* \class BochsRegisterManager
* Bochs-specific implementation of the RegisterManager.
*/
class BochsRegisterManager : public RegisterManager {
@ -204,7 +204,7 @@ public:
return static_cast<address_t>(getSetOfType(RT_PC)->first()->getData());
}
/**
* Retruns the top address of the stack.
* Returns the top address of the stack.
* @return the starting address of the stack
*/
address_t getStackPointer()