From 6d4a8cad6b0a60e0c94cc28265df572312e544e0 Mon Sep 17 00:00:00 2001 From: unzner Date: Sun, 7 Oct 2012 21:07:13 +0000 Subject: [PATCH] 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 --- src/experiments/l4-sys/experiment.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/experiments/l4-sys/experiment.cc b/src/experiments/l4-sys/experiment.cc index e1824eef..67280d8b 100644 --- a/src/experiments/l4-sys/experiment.cc +++ b/src/experiments/l4-sys/experiment.cc @@ -500,6 +500,9 @@ bool L4SysExperiment::run() { } 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 // for details on the algorithm, see Bjoern Doebel's SWIFI/RATFlip class