diff options
Diffstat (limited to 'cpu/o3/alpha_params.hh')
-rw-r--r-- | cpu/o3/alpha_params.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/o3/alpha_params.hh b/cpu/o3/alpha_params.hh index 77e6f3649..79b0937e3 100644 --- a/cpu/o3/alpha_params.hh +++ b/cpu/o3/alpha_params.hh @@ -49,7 +49,7 @@ class AlphaSimpleParams : public BaseFullCPU::Params { public: -#ifdef FULL_SYSTEM +#if FULL_SYSTEM AlphaITB *itb; AlphaDTB *dtb; #else std::vector<Process *> workload; |