From e81517645fd58666f8fd21f5a6cd71564073dbdf Mon Sep 17 00:00:00 2001 From: adrian Date: Thu, 14 Feb 2013 14:45:26 +0000 Subject: [PATCH] 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 --- src/core/sal/x86/Architecture.hpp | 2 -- src/core/sal/x86/CPUState.hpp | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/core/sal/x86/Architecture.hpp b/src/core/sal/x86/Architecture.hpp index 4d2a0f1b..ac09a28c 100644 --- a/src/core/sal/x86/Architecture.hpp +++ b/src/core/sal/x86/Architecture.hpp @@ -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 diff --git a/src/core/sal/x86/CPUState.hpp b/src/core/sal/x86/CPUState.hpp index 9e062429..4485e991 100644 --- a/src/core/sal/x86/CPUState.hpp +++ b/src/core/sal/x86/CPUState.hpp @@ -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: