mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Remove hopeful hit.
This commit is contained in:
parent
e1541543c3
commit
8af173c4bc
@ -18,8 +18,6 @@
|
||||
|
||||
#include <array>
|
||||
|
||||
extern template class InstructionSet::x86::Decoder<InstructionSet::x86::Model::i8086>;
|
||||
|
||||
namespace PCCompatible {
|
||||
|
||||
struct Registers {
|
||||
@ -418,7 +416,7 @@ class ConcreteMachine:
|
||||
IO io;
|
||||
static constexpr auto model = InstructionSet::x86::Model::i8086;
|
||||
} context;
|
||||
InstructionSet::x86::Decoder<Context::model> decoder;
|
||||
InstructionSet::x86::Decoder<InstructionSet::x86::Model::i8086> decoder;
|
||||
std::pair<int, InstructionSet::x86::Instruction<false>> decoded;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user