diff options
Diffstat (limited to 'cpu/o3/alpha_dyn_inst_impl.hh')
-rw-r--r-- | cpu/o3/alpha_dyn_inst_impl.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/o3/alpha_dyn_inst_impl.hh b/cpu/o3/alpha_dyn_inst_impl.hh index 437b113e4..d1ebb812d 100644 --- a/cpu/o3/alpha_dyn_inst_impl.hh +++ b/cpu/o3/alpha_dyn_inst_impl.hh @@ -95,7 +95,7 @@ AlphaDynInst<Impl>::setFpcr(uint64_t val) this->cpu->setFpcr(val); } -#ifdef FULL_SYSTEM +#if FULL_SYSTEM template <class Impl> uint64_t AlphaDynInst<Impl>::readIpr(int idx, Fault &fault) |