Skip to content

Commit

Permalink
comment out VERBOSE def
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Allen Goldstein committed Mar 26, 2024
1 parent 821745f commit 1a44f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/x86_trace_generator/trace_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ using namespace INSTLIB;

#define DUMMY_THREAD 100000

#define VERBOSE
//#define VERBOSE

#define THREAD_ENABLE_CHECK(tid) \
if ((tid) == DUMMY_THREAD) \
Expand Down

0 comments on commit 1a44f5b

Please sign in to comment.