From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsVjA-0008QR-FS for qemu-devel@nongnu.org; Mon, 16 Dec 2013 05:48:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VsVj5-0000hv-Nn for qemu-devel@nongnu.org; Mon, 16 Dec 2013 05:48:44 -0500 Received: from mail-pb0-f46.google.com ([209.85.160.46]:57233) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsVj5-0000hr-He for qemu-devel@nongnu.org; Mon, 16 Dec 2013 05:48:39 -0500 Received: by mail-pb0-f46.google.com with SMTP id md12so5330126pbc.33 for ; Mon, 16 Dec 2013 02:48:38 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1386962282-6839-1-git-send-email-peter.maydell@linaro.org> <1386962282-6839-6-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Mon, 16 Dec 2013 10:48:18 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v3 5/8] target-arm: A64: add support for add, addi, sub, subi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: C Fontana Cc: Patch Tracking , Michael Matz , QEMU Developers , Will Newton , Dirk Mueller , Laurent Desnogues , =?UTF-8?B?QWxleCBCZW5uw6ll?= , "kvmarm@lists.cs.columbia.edu" , Christoffer Dall , Richard Henderson On 16 December 2013 10:11, C Fontana 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