From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KDjzL-0004VP-Pj for qemu-devel@nongnu.org; Tue, 01 Jul 2008 13:49:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KDjzK-0004V2-8i for qemu-devel@nongnu.org; Tue, 01 Jul 2008 13:49:59 -0400 Received: from [199.232.76.173] (port=36101 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDjzK-0004Uz-4z for qemu-devel@nongnu.org; Tue, 01 Jul 2008 13:49:58 -0400 Received: from mta3.prod1.dngr.net ([216.220.209.222]:36723) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KDjzK-0002H2-4h for qemu-devel@nongnu.org; Tue, 01 Jul 2008 13:49:58 -0400 Received: from prod.danger.com (unknown [10.253.33.100]) by px04.prod1.dngr.org (Postfix) with ESMTP id 0035A58461D for ; Tue, 1 Jul 2008 10:45:19 -0700 (PDT) Received: from [10.253.33.100] (HELO localhost.localdomain) by mfe1.prod.danger.com (CommuniGate Pro SMTP 5.1.8) with ESMTP id 109003827 for qemu-devel@nongnu.org; Tue, 01 Jul 2008 10:45:10 -0700 Date: Tue, 1 Jul 2008 10:45:06 -0700 Subject: Re: [Qemu-devel] [PATCH] Add missing return in arm-semi Content-Transfer-Encoding: 7bit In-Reply-To: <761ea48b0807010025x716f2c37vb0c6b9fa1d11946a@mail.gmail.com> Content-Type: text/plain; charset="us-ascii"; format="flowed" Mime-Version: 1.0 References: <761ea48b0807010025x716f2c37vb0c6b9fa1d11946a@mail.gmail.com> From: David Barrett Message-Id: <1214934309.B9E05CE@bd8.dngr.org> Reply-To: David Barrett , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Ah, yes, sorry -- the letter scale arrived. Very odd! Do you need me to use it? On Tue, 1 Jul 2008 12:25 am, Laurent Desnogues wrote: > Hello, > > there is a missing return for SYS_SYSTEM Angel semi-hosting call. > This was already sent on June 9th. > > > Laurent