doc for X86CPUState added, FIXME removed

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2085 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2013-02-14 14:45:26 +00:00
parent 3cc40e62c7
commit e81517645f
2 changed files with 2 additions and 3 deletions

View File

@ -34,8 +34,6 @@ enum GPRegisterId {
RID_CAX = 0, RID_CCX, RID_CDX, RID_CBX, RID_CSP, RID_CBP, RID_CSI, RID_CDI,
RID_LAST_GP_ID
};
// FIXME: RID_RSP/RID_ESP/RID_CSP are not GP registers but this definition makes
// it much easier to map the ids to Bochs' (!!!! -> FIXME!) internal register ids.
/**
* \enum PCRegisterId

View File

@ -8,7 +8,8 @@ namespace fail {
/**
* \class X86CPUState
* TODO.
* This class represents the current state of a x86 based CPU. A final CPU class
* implemention need to implement \c X86CPUState and \c X86Architecture.
*/
class X86CPUState : public CPUState {
public: