Removed unnecessary debugging elements
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1744 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -600,7 +600,7 @@ bool L4SysExperiment::run() {
|
||||
// now exchange it with a random equivalent
|
||||
bxInstruction_c newInstr;
|
||||
string details;
|
||||
int result = aluInstrObject.randomEquivalent(newInstr, details);
|
||||
aluInstrObject.randomEquivalent(newInstr, details);
|
||||
if (memcmp(&newInstr, currInstr, sizeof(bxInstruction_c)) == 0) {
|
||||
// something went wrong - exit experiment
|
||||
param.msg.set_resulttype(param.msg.UNKNOWN);
|
||||
|
||||
Reference in New Issue
Block a user