Skip to content
Snippets Groups Projects
Commit be4513cb authored by mc2zk's avatar mc2zk
Browse files

Adding automated assurance case evidence collection format

parent 73d328c0
No related branches found
No related tags found
No related merge requests found
......@@ -209,10 +209,10 @@ void Push64Relocs_t::HandlePush64Relocs()
}
}
cout<<"#ATTRIBUTE push_relocations_count="
cout<<"# ATTRIBUTE push64_relocs::push_relocations_count="
<<std::dec<<push64_relocations_count
<<endl;
cout<<"#ATTRIBUTE pcrel_relocations_count="
cout<<"# ATTRIBUTE push64_relocs::pcrel_relocations_count="
<<std::dec<<pcrel_relocations_count
<<endl;
}
......
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