x86: fix (AT&T) instruction SLDT for issue #807

This commit is contained in:
Nguyen Anh Quynh 2016-11-08 11:46:21 +08:00
parent 24794deded
commit e25accac25
1 changed files with 3 additions and 0 deletions

View File

@ -19255,6 +19255,9 @@ static void printInstruction(MCInst *MI, SStream *O, MCRegisterInfo *MRI)
case X86_LGS64rm:
SStream_concat0(O, "lgs\t");
break;
case X86_SLDT64m:
SStream_concat0(O, "sldt\t");
break;
}
#endif
}