Skip to content

Commit

Permalink
Removed debug output from ZydisInfo tool
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd committed Nov 12, 2018
1 parent d6da9d0 commit a48a390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ZydisInfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1056,8 +1056,8 @@ int main(int argc, char** argv)
g_vt100_stderr = (ZyanTerminalIsTTY(ZYAN_STDSTREAM_ERR) == ZYAN_STATUS_TRUE) &&
ZYAN_SUCCESS(ZyanTerminalEnableVT100(ZYAN_STDSTREAM_ERR));

ZYAN_PRINTF("%zu\n", sizeof(ZydisDecodedInstruction));
ZYAN_PRINTF("%zu\n", sizeof(ZydisDecodedOperand));
// ZYAN_PRINTF("%zu\n", sizeof(ZydisDecodedInstruction));
// ZYAN_PRINTF("%zu\n", sizeof(ZydisDecodedOperand));

if (ZydisGetVersion() != ZYDIS_VERSION)
{
Expand Down

0 comments on commit a48a390

Please sign in to comment.