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

Adjusting ATTRIBUTE labels to be more human readable

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