Update the instruction pointer in RATFlip
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1729 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -500,6 +500,9 @@ bool L4SysExperiment::run() {
|
|||||||
|
|
||||||
} while (which == UD_NONE);
|
} while (which == UD_NONE);
|
||||||
|
|
||||||
|
// store the real injection point
|
||||||
|
param.msg.set_injection_ip(simulator.getRegisterManager().getInstructionPointer());
|
||||||
|
|
||||||
// so we are able to flip the associated registers
|
// so we are able to flip the associated registers
|
||||||
// for details on the algorithm, see Bjoern Doebel's SWIFI/RATFlip class
|
// for details on the algorithm, see Bjoern Doebel's SWIFI/RATFlip class
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user