Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable().
[gem5.git] / src / cpu / ozone / dyn_inst_impl.hh
index ba0d70417b73eafe1827b0a9c401d80d8f1aede5..db1460eba58e349dc58095eab3f827b6fe8f5057 100644 (file)
@@ -215,14 +215,14 @@ OzoneDynInst<Impl>::clearMemDependents()
 }
 
 template <class Impl>
-MiscReg
+TheISA::MiscReg
 OzoneDynInst<Impl>::readMiscReg(int misc_reg)
 {
     return this->thread->readMiscReg(misc_reg);
 }
 
 template <class Impl>
-MiscReg
+TheISA::MiscReg
 OzoneDynInst<Impl>::readMiscRegWithEffect(int misc_reg, Fault &fault)
 {
     return this->thread->readMiscRegWithEffect(misc_reg, fault);