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:
parent
d6376d0ddf
commit
da00e6588c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user