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