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