Skip to content

Commit

Permalink
Merge pull request #13 from thoward27/feature/pin37
Browse files Browse the repository at this point in the history
Commented out an unused counter variable.
  • Loading branch information
amirjamez authored May 7, 2019
2 parents 6058b02 + 5ee39f4 commit 87de3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mica_ppm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ void register_condBr(ADDRINT ins_addr){
indices_condBr[numStatCondBranchInst++] = ins_addr;
}

static int _count = 0;
// static int _count = 0;
VOID instrument_ppm_cond_br(INS ins){
UINT32 index = index_condBr(INS_Address(ins));
if(index < 1){
Expand Down

0 comments on commit 87de3a6

Please sign in to comment.