Skip to content

Commit

Permalink
Suppressed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
John Detter committed Dec 14, 2016
1 parent 39caf8e commit 6de9520
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/src/arch-x86.C
Expand Up @@ -8293,7 +8293,9 @@ ia32_instruction& ia32_decode(unsigned int capa, const unsigned char* addr, ia32
/* First decode any prefixes for this instruction */
if (!ia32_decode_prefixes(addr, instruct))
{
#ifdef VEX_DEBUG
fprintf(stderr, "PREFIX DECODE FAILURE\n");
#endif
instruct.size = 1;
instruct.entry = NULL;
instruct.legacy_type = ILLEGAL;
Expand Down

0 comments on commit 6de9520

Please sign in to comment.