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

Merging assurance branch to trunk

parents 10ab0849 1a62a58f
No related branches found
No related tags found
No related merge requests found
......@@ -190,8 +190,8 @@ void Unpin_t::DoUnpinForFixedCalls()
}
}
cout<<"#ATTRIBUTE insn_unpin_total_unpins="<<dec<<insn_unpins<<endl;
cout<<"#ATTRIBUTE insn_unpin_missed_unpins="<<dec<<missed_unpins<<endl;
cout<<"# ATTRIBUTE Zipr_Unpinning::insn_unpin_total_unpins="<<dec<<insn_unpins<<endl;
cout<<"# ATTRIBUTE Zipr_Unpinning::insn_unpin_missed_unpins="<<dec<<missed_unpins<<endl;
}
......@@ -269,8 +269,8 @@ void Unpin_t::DoUnpinForScoops()
}
}
cout<<"#ATTRIBUTE scoop_unpin_total_unpins="<<dec<<scoop_unpins<<endl;
cout<<"#ATTRIBUTE scoop_unpin_missed_unpins="<<dec<<missed_unpins<<endl;
cout<<"# ATTRIBUTE Zipr_Unpinning::scoop_unpin_total_unpins="<<dec<<scoop_unpins<<endl;
cout<<"# ATTRIBUTE Zipr_Unpinning::scoop_unpin_missed_unpins="<<dec<<missed_unpins<<endl;
}
Zipr_SDK::ZiprPreference Unpin_t::RetargetCallback(
......
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