From dc8cff364fbde2eb8b2a02027650d031e0f0045f Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 11 Mar 2022 09:48:02 -0500 Subject: [PATCH] Switch to common test. --- InstructionSets/x86/Decoder.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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