diff --git a/InstructionSets/x86/Decoder.cpp b/InstructionSets/x86/Decoder.cpp index 7300c0b0f..3e5a3b586 100644 --- a/InstructionSets/x86/Decoder.cpp +++ b/InstructionSets/x86/Decoder.cpp @@ -740,7 +740,7 @@ std::pair::InstructionT> Decoder::decode(con } else { if(masked_reg > 3) { undefined(); - } + } } if(modregrm_format_ == ModRegRMFormat::Seg_MemReg) {