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:
@ -141,9 +141,9 @@ bool ChecksumOOStuBSExperiment::run()
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
// XXX debug
|
// XXX debug
|
||||||
param.msg.set_instr_offset(1000);
|
param.msg.set_instr_offset(305595);
|
||||||
//param.msg.set_instr_address(12345);
|
//param.msg.set_instr_address(12345);
|
||||||
param.msg.set_mem_addr(0x00103bdc);
|
param.msg.set_mem_addr(1105228);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int id = param.getWorkloadID();
|
int id = param.getWorkloadID();
|
||||||
|
|||||||
Reference in New Issue
Block a user