GuestEvents work correctly

... although Adrian obviously hasn't tested them at all.  Not sure whether
that's good or bad.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1021 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-04-03 14:05:21 +00:00
parent a11b65230d
commit ccc8d4e4c5

View File

@ -175,8 +175,6 @@ void SimulatorController::onTrapEvent(unsigned trapNum)
void SimulatorController::onGuestSystemEvent(char data, unsigned port) void SimulatorController::onGuestSystemEvent(char data, unsigned port)
{ {
// TODO: Eher ein Entwurf...
fi::EventList::iterator it = m_EvList.begin(); fi::EventList::iterator it = m_EvList.begin();
while(it != m_EvList.end()) // check for active events while(it != m_EvList.end()) // check for active events
{ {