summaryrefslogtreecommitdiff
path: root/includes/rts/Hpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/Hpc.h')
-rw-r--r--includes/rts/Hpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/Hpc.h b/includes/rts/Hpc.h
index 80ad47eadf..d70d1db829 100644
--- a/includes/rts/Hpc.h
+++ b/includes/rts/Hpc.h
@@ -20,7 +20,7 @@ typedef struct _HpcModuleInfo {
StgWord32 tickCount; // number of ticks
StgWord32 hashNo; // Hash number for this module's mix info
StgWord64 *tixArr; // tix Array; local for this module
- rtsBool from_file; // data was read from the .tix file
+ bool from_file; // data was read from the .tix file
struct _HpcModuleInfo *next;
} HpcModuleInfo;