Hi,

On Tue, 19 Nov 2013, Janne Grunau wrote:

> > +static void handle_fpfpconv(DisasContext *s, uint32_t insn)
> > +{
> > +    int opcode = get_bits(insn, 16, 3);
> > +    int rmode = get_bits(insn, 20, 2);
> 
> rmode is at 19
> 
> > +    case 0x1: /* [S|U]CVTF (scalar->float) */
> 
> and it's case 0x0: for [S|U]CVTF

Both were fixed after Alex' series with 0dd22d0c:
https://github.com/susematz/qemu/commit/0dd22d0c5cd1dcdccd5df953f1981d461d3054e5


Ciao,
Michael.

Reply via email to