coding style fixed, some FIXMEs and comments added.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1974 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2012-12-12 13:08:17 +00:00
parent fb4ba0b104
commit 25f75b299c
7 changed files with 22 additions and 17 deletions

View File

@ -43,7 +43,9 @@ private:
BX_CPU_C *m_CPUContext; //!< Additional information that is passed on occurence of a BPEvent
bxInstruction_c *m_CurrentInstruction; //!< dito.
public:
// Initialize the controller.
/**
* Initialize the controller, i.e. add the number of simulated CPUs.
*/
BochsController();
~BochsController();
/* ********************************************************************

View File

@ -22,8 +22,7 @@ public:
/**
* Constructs a new register object.
* @param id the global unique id
* @param width width of the register (8, 16, 32 or 64 bit should
* suffice)
* @param width width of the register (8, 16, 32 or 64 bit should suffice)
* @param link pointer to bochs interal register memory
* @param t type of the register
*/