From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zp2c8-0007NS-IS for qemu-devel@nongnu.org; Wed, 21 Oct 2015 19:16:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zp2c7-0000nj-Os for qemu-devel@nongnu.org; Wed, 21 Oct 2015 19:16:12 -0400 Sender: Richard Henderson References: <1445263720-6765-1-git-send-email-pbonzini@redhat.com> From: Richard Henderson Message-ID: <56281CAE.1060505@twiddle.net> Date: Wed, 21 Oct 2015 13:15:58 -1000 MIME-Version: 1.0 In-Reply-To: <1445263720-6765-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-alpha: fix uninitialized variable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org On 10/19/2015 04:08 AM, Paolo Bonzini wrote: > I am not sure why the compiler does not catch it. There is no > semantic change since gen_excp returns EXIT_NORETURN, but the > old code is wrong. > > Reported by Coverity. > > Signed-off-by: Paolo Bonzini > --- > target-alpha/translate.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richard Henderson I assume this will go in via trivial. r~