summaryrefslogtreecommitdiff
path: root/cpu/profile.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/profile.hh')
-rw-r--r--cpu/profile.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/profile.hh b/cpu/profile.hh
index c795b8f41..b7526ab6a 100644
--- a/cpu/profile.hh
+++ b/cpu/profile.hh
@@ -44,7 +44,7 @@ class ProfileNode
ChildList children;
public:
- int count;
+ Counter count;
public:
ProfileNode();