Added missing virtual Destructor, fixes gcc warning

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2068 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hoffmann
2013-02-07 00:51:19 +00:00
parent 94214063ac
commit 3307987895

View File

@ -28,6 +28,10 @@ public:
*/
BochsCPU(unsigned int id) : m_Id(id) { }
/**
* Virtual Destructor is required.
*/
virtual ~BochsCPU() { }
/**
* Retrieves the content of the register \c reg.
* @param reg the register pointer of interest (cannot be \c NULL)
* @return the content of the register \c reg