1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-04-19 20:37:34 +00:00

Consolidate on class.

This commit is contained in:
Thomas Harte 2025-03-31 09:34:17 -04:00
parent d6376d0ddf
commit da00e6588c

View File

@ -124,7 +124,8 @@ private:
};
template <>
struct SegmentedMemory<InstructionSet::x86::Model::i80286> {
class SegmentedMemory<InstructionSet::x86::Model::i80286> {
public:
static constexpr auto model = InstructionSet::x86::Model::i80286;
using Mode = InstructionSet::x86::Mode;
using AccessType = InstructionSet::x86::AccessType;