From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzA4R-0003Vs-VB for qemu-devel@nongnu.org; Tue, 16 Jul 2013 14:34:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzA4L-00006b-Bt for qemu-devel@nongnu.org; Tue, 16 Jul 2013 14:33:55 -0400 Received: from mail-ye0-x22b.google.com ([2607:f8b0:4002:c04::22b]:55035) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzA4L-00006E-7j for qemu-devel@nongnu.org; Tue, 16 Jul 2013 14:33:49 -0400 Received: by mail-ye0-f171.google.com with SMTP id q14so263460yen.2 for ; Tue, 16 Jul 2013 11:33:48 -0700 (PDT) Sender: Richard Henderson Message-ID: <51E59206.9030903@twiddle.net> Date: Tue, 16 Jul 2013 11:33:42 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1373996700-29286-1-git-send-email-peter.maydell@linaro.org> <1373996700-29286-10-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1373996700-29286-10-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 09/13] linux-user: Add missing 'break' in i386 get_thread_area syscall List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Jia Liu , patches@linaro.org, Riku Voipio , Alexander Graf , qemu-devel@nongnu.org, Blue Swirl , "Edgar E. Iglesias" , Guan Xuetao , Aurelien Jarno , Laurent Vivier On 07/16/2013 10:44 AM, Peter Maydell wrote: > The i386 code for the get_thread_area syscall was missing a > 'break' which meant it would have fallen through into the > implementation of the following syscall; add it. > > Signed-off-by: Peter Maydell > --- > linux-user/syscall.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Richard Henderson r~