Updated the manual, corrected some terms and found a bug
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1970 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -448,6 +448,11 @@ bool L4SysExperiment::run() {
|
||||
// do the logging
|
||||
logInjection();
|
||||
} else if (exp_type == param->msg.RATFLIP) {
|
||||
/*
|
||||
TODO: provide information on the affected register
|
||||
in param->msg.register and on its destination in
|
||||
param->msg.details
|
||||
*/
|
||||
ud_type_t which = UD_NONE;
|
||||
unsigned rnd = 0;
|
||||
Udis86 udis(injection_ip);
|
||||
|
||||
Reference in New Issue
Block a user