On 6/13/15 21:21, Chen Gang wrote: > + > +static void decode_x1(struct DisasContext *dc, tilegx_bundle_bits bundle) > +{ > + unsigned int opcode = get_Opcode_X1(bundle); > + uint8_t rsrc = (uint8_t)get_SrcA_X1(bundle); > + uint8_t rdst = (uint8_t)get_Dest_X1(bundle); > + int16_t imm16 = (int16_t)get_Imm16_X1(bundle); > +
These type cast should be removed. Thanks. -- Chen Gang Open, share, and attitude like air, water, and life which God blessed