mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 23:25:00 +00:00
Remove hopeful hit.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user