Skip to content
Snippets Groups Projects
Commit 35c50ad7 authored by an7s's avatar an7s
Browse files

normalize to "# ATTRIBUTE"

parent 531f38e0
No related branches found
No related tags found
No related merge requests found
......@@ -289,8 +289,8 @@ bool SCFI_Instrument::mark_targets()
cout<<"Found indtarget for "<<std::dec<<insn->GetBaseID()<<":"<<insn->GetComment()<<endl;
}
}
cout<<"#ATTRIBUTE ind_targets_found="<<std::dec<<ind_targets<<endl;
cout<<"#ATTRIBUTE targets_found="<<std::dec<<targets<<endl;
cout<<"# ATTRIBUTE ind_targets_found="<<std::dec<<ind_targets<<endl;
cout<<"# ATTRIBUTE targets_found="<<std::dec<<targets<<endl;
return true;
}
......@@ -460,7 +460,7 @@ bool SCFI_Instrument::instrument_jumps()
cout<<"#ATTRIBUTE cfi_checks="<<std::dec<<cfi_checks<<endl;
cout<<"# ATTRIBUTE cfi_checks="<<std::dec<<cfi_checks<<endl;
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment