Fixed a bug in ALUInstr and improved logging for RATFlip
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1991 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -555,6 +555,9 @@ bool L4SysExperiment::run() {
|
||||
} else {
|
||||
// the data comes from an uninitialised register
|
||||
newdata = rand();
|
||||
stringstream ss;
|
||||
ss << "0x" << hex << newdata;
|
||||
param->msg.set_details(ss.str());
|
||||
}
|
||||
cpu.setRegisterContent(bochsRegister, newdata);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user