diff --git a/InstructionSets/x86/Decoder.hpp b/InstructionSets/x86/Decoder.hpp index 4491ce959..02af8bfba 100644 --- a/InstructionSets/x86/Decoder.hpp +++ b/InstructionSets/x86/Decoder.hpp @@ -25,7 +25,7 @@ namespace x86 { */ template class Decoder { public: - using InstructionT = Instruction= Model::i80386>; + using InstructionT = Instruction; /*! @returns an @c Instruction plus a size; a positive size indicates successful decoding of