summaryrefslogtreecommitdiff
path: root/cpu/o3/alpha_params.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/o3/alpha_params.hh')
-rw-r--r--cpu/o3/alpha_params.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/o3/alpha_params.hh b/cpu/o3/alpha_params.hh
index e3acf2c05..5eb00426d 100644
--- a/cpu/o3/alpha_params.hh
+++ b/cpu/o3/alpha_params.hh
@@ -127,6 +127,7 @@ class AlphaSimpleParams : public BaseFullCPU::Params
//
// Branch predictor (BP & BTB)
//
+ std::string predType;
unsigned localPredictorSize;
unsigned localCtrBits;
unsigned localHistoryTableSize;