summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx-stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cuda-sim/ptx-stats.h')
-rw-r--r--src/cuda-sim/ptx-stats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx-stats.h b/src/cuda-sim/ptx-stats.h
index 200f7a5..004433b 100644
--- a/src/cuda-sim/ptx-stats.h
+++ b/src/cuda-sim/ptx-stats.h
@@ -63,7 +63,7 @@
#include "../option_parser.h"
-extern int enable_ptx_file_line_stats;
+extern bool enable_ptx_file_line_stats;
// set options
void ptx_file_line_stats_options(option_parser_t opp);