summaryrefslogtreecommitdiff
path: root/cpu/o3/tournament_pred.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/o3/tournament_pred.hh')
-rw-r--r--cpu/o3/tournament_pred.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpu/o3/tournament_pred.hh b/cpu/o3/tournament_pred.hh
index 58ea1a7d9..6cfd24cfb 100644
--- a/cpu/o3/tournament_pred.hh
+++ b/cpu/o3/tournament_pred.hh
@@ -30,11 +30,13 @@
#define __CPU_O3_CPU_TOURNAMENT_PRED_HH__
// For Addr type.
-#include "arch/alpha/isa_traits.hh"
+#include "arch/isa_traits.hh"
#include "cpu/o3/sat_counter.hh"
class TournamentBP
{
+ protected:
+ typedef TheISA::Addr Addr;
public:
/**
* Default branch predictor constructor.