checksum-oostubs: instr_offset + mem_addr for bochs debugging

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1408 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
chb
2012-07-03 10:03:39 +00:00
parent 80076ec568
commit e0072e393b

View File

@ -141,9 +141,9 @@ bool ChecksumOOStuBSExperiment::run()
}
#else
// XXX debug
param.msg.set_instr_offset(1000);
param.msg.set_instr_offset(305595);
//param.msg.set_instr_address(12345);
param.msg.set_mem_addr(0x00103bdc);
param.msg.set_mem_addr(1105228);
#endif
int id = param.getWorkloadID();