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