shift() function in X86.cpp error.
Status: Beta
Brought to you by:
cierniak
The functions in X86.cpp below:
char *shift(char *inst,X86_Shift_Opcode opc,const
RM_Opnd *rm,const R_Opnd *r) ;
char *shift(char *inst,X86_Shift_Opcode opc,const
RM_Opnd *rm,const R_Opnd *r,const Imm_Opnd *imm);
forget to consider the "shld_opc". In fact , whether
shrd_opc or shld_opc will generate a "shrd"
instruction.
I'll fix it.