update checksum-oostubs for new timer

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1376 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
chb
2012-06-21 12:46:17 +00:00
parent 32481e1442
commit aa838b3c5a

View File

@ -13,7 +13,7 @@
#include "sal/SALInst.hpp"
#include "sal/Memory.hpp"
#include "sal/bochs/BochsRegister.hpp"
//#include "sal/bochs/BochsEvents.hpp"
#include "sal/bochs/BochsEvents.hpp"
#include "sal/Event.hpp"
// You need to have the tracing plugin enabled for this
@ -240,7 +240,7 @@ bool ChecksumOOStuBSExperiment::run()
simulator.addEvent(&ev_beyond_text);
// timeout (e.g., stuck in a HLT instruction)
// 10000us = 500000 instructions
TimerEvent ev_timeout(1000000, true); // 50,000,000 instructions !!
TimerEvent ev_timeout(1000000); // 50,000,000 instructions !!
simulator.addEvent(&ev_timeout);
// remaining instructions until "normal" ending