diff --git a/base-hw/src/core/tlb/arm_v6.h b/base-hw/src/core/tlb/arm_v6.h index f42351fb61..3df6617ed3 100644 --- a/base-hw/src/core/tlb/arm_v6.h +++ b/base-hw/src/core/tlb/arm_v6.h @@ -93,7 +93,7 @@ class Arm_v6::Section_table : public Arm::Section_table template <typename T> static typename T::access_t -Arm::memory_region_attr(Pageflags const & flags) +Arm::memory_region_attr(Page_flags const & flags) { typedef typename T::Tex Tex; typedef typename T::C C;