diff --git a/Machines/PCCompatible/SegmentedMemory.hpp b/Machines/PCCompatible/SegmentedMemory.hpp index 572d9106c..41243e21b 100644 --- a/Machines/PCCompatible/SegmentedMemory.hpp +++ b/Machines/PCCompatible/SegmentedMemory.hpp @@ -124,7 +124,8 @@ private: }; template <> -struct SegmentedMemory { +class SegmentedMemory { +public: static constexpr auto model = InstructionSet::x86::Model::i80286; using Mode = InstructionSet::x86::Mode; using AccessType = InstructionSet::x86::AccessType;