wmoo: TimerEvent bugfix (the event needs to be deleted explicitly).

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1340 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2012-06-13 11:37:33 +00:00
parent 18d18d0225
commit d48f4d0f69

View File

@ -306,6 +306,7 @@ bool WeatherMonitorExperiment::run()
ss << "eventid " << ev->getId() << " EIP " << simulator.getRegisterManager().getInstructionPointer();
result->set_details(ss.str());
}
simulator.removeEvent(&ev_timeout);
}
// sanity check: do we have exactly 8 results?
if (param.msg.result_size() != 8) {