comments and coding-style fixed.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1498 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2012-08-16 14:26:11 +00:00
parent 7deb9eda0f
commit 9a23dbbb42
5 changed files with 17 additions and 15 deletions

View File

@ -197,7 +197,7 @@ public:
* Returns \c true if the interrupt is non maskable, \c false otherwise.
* @return \c true if NMI flag is set, \c false otherwise
*/
bool isNMI() { return m_IsNMI; }
bool isNMI() const { return m_IsNMI; }
/**
* Sets the interrupt type (non maskable or not).
* @param nmi the new NMI (non maskable interrupt) flag state