From ccc8d4e4c5fe06426da2325d2bd30b979d48cd8a Mon Sep 17 00:00:00 2001 From: hsc Date: Tue, 3 Apr 2012 14:05:21 +0000 Subject: [PATCH] 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 --- core/SAL/SimulatorController.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/SAL/SimulatorController.cc b/core/SAL/SimulatorController.cc index 11c20944..fbdc973c 100644 --- a/core/SAL/SimulatorController.cc +++ b/core/SAL/SimulatorController.cc @@ -175,8 +175,6 @@ void SimulatorController::onTrapEvent(unsigned trapNum) void SimulatorController::onGuestSystemEvent(char data, unsigned port) { - // TODO: Eher ein Entwurf... - fi::EventList::iterator it = m_EvList.begin(); while(it != m_EvList.end()) // check for active events {