qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 5/8] target-arm: A64: add support for add, ad


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v3 5/8] target-arm: A64: add support for add, addi, sub, subi
Date: Mon, 16 Dec 2013 10:48:18 +0000

On 16 December 2013 10:11, C Fontana <address@hidden> wrote:
> Sorry for noticing only now,
> but there is a missing return here as well I think:
>
>>  static void disas_add_sub_imm(DisasContext *s, uint32_t insn)

>> +    default:
>> +        unallocated_encoding(s);
>
> should return; here I think.

Yes, fixed.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]