summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/resources/branch_predictor.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/inorder/resources/branch_predictor.hh')
-rw-r--r--src/cpu/inorder/resources/branch_predictor.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/inorder/resources/branch_predictor.hh b/src/cpu/inorder/resources/branch_predictor.hh
index 57745343c..47053910d 100644
--- a/src/cpu/inorder/resources/branch_predictor.hh
+++ b/src/cpu/inorder/resources/branch_predictor.hh
@@ -78,8 +78,8 @@ class BranchPredictor : public Resource {
// RESOURCE STATISTICS
//
/////////////////////////////////////////////////////////////////
- Stats::Scalar<> predictedTaken;
- Stats::Scalar<> predictedNotTaken;
+ Stats::Scalar predictedTaken;
+ Stats::Scalar predictedNotTaken;
};