Skip to content

Commit

Permalink
Disabled debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
John Detter committed Jun 3, 2016
1 parent 09b107e commit e61e4a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions instructionAPI/src/InstructionDecoder-x86.C
Expand Up @@ -799,8 +799,6 @@ namespace Dyninst
regnum |= pref.vex_b << 3;
break;
case VEX_TYPE_VEX3:
printf("pref.vex_x: %d\n", pref.vex_x);
printf("pref.vex_b: %d\n", pref.vex_b);
regnum |= pref.vex_x << 4;
regnum |= pref.vex_b << 3;
break;
Expand Down

0 comments on commit e61e4a3

Please sign in to comment.