disasmtool_lix dumper fix - dump cet_ss and cet_ibt.

pull/2/head
Andrei Vlad LUTAS 4 years ago
parent 94d7894fa5
commit 960e9eaeee

@ -1616,7 +1616,8 @@ std::string ins_set_to_str(ND_INS_SET ins_set)
case ND_SET_AVX512VPOPCNTDQ: return "avx512vpopcntdq";
case ND_SET_BMI1: return "bmi1";
case ND_SET_BMI2: return "bmi2";
case ND_SET_CET: return "cet";
case ND_SET_CET_SS: return "cet_ss";
case ND_SET_CET_IBT: return "cet_ibt";
case ND_SET_CLDEMOTE: return "cldemote";
case ND_SET_CLFSH: return "clfsh";
case ND_SET_CLFSHOPT: return "clfshopt";

Loading…
Cancel
Save