DCiAOKernelImporter: different injection semantic.
Is now very similar to normal importer, and may be deleted in the future, but at the moment, this should be merged, since it is the importer used in the sobres-2013 paper. This changes the MySQL Schema. instr1_absolute was introduced. Change-Id: I1bc2919bd14c335beca6d586b7cc0f80767ad7d5
This commit is contained in:
@ -13,7 +13,7 @@ bool BasicPruner::prune_all() {
|
||||
// FIXME "basic-left mode" doesn't make any sense; injections at instr1 and
|
||||
// at instr2 are completely equivalent.
|
||||
std::string injection_instr = this->use_instr1 ? "instr1" : "instr2";
|
||||
std::string injection_instr_absolute = this->use_instr1 ? "NULL" : "instr2_absolute";
|
||||
std::string injection_instr_absolute = this->use_instr1 ? "instr1_absolute" : "instr2_absolute";
|
||||
|
||||
ss << "INSERT INTO fsppilot (known_outcome, variant_id, instr2, injection_instr, injection_instr_absolute, data_address, fspmethod_id) "
|
||||
"SELECT 0, variant_id, instr2, " << injection_instr << ", " << injection_instr_absolute << ", "
|
||||
|
||||
Reference in New Issue
Block a user