From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IrDlR-0006nm-B5 for qemu-devel@nongnu.org; Sun, 11 Nov 2007 09:26:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IrDlQ-0006na-C0 for qemu-devel@nongnu.org; Sun, 11 Nov 2007 09:26:17 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrDlQ-0006nT-6R for qemu-devel@nongnu.org; Sun, 11 Nov 2007 09:26:16 -0500 Received: from ug-out-1314.google.com ([66.249.92.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IrDlP-0004mu-Vd for qemu-devel@nongnu.org; Sun, 11 Nov 2007 09:26:16 -0500 Received: by ug-out-1314.google.com with SMTP id m2so613769uge for ; Sun, 11 Nov 2007 06:26:13 -0800 (PST) Message-ID: Date: Sun, 11 Nov 2007 15:26:12 +0100 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] qemu target-alpha/op_helper.c target-arm/op_hel... In-Reply-To: <20071111141025.GD25322@tapir> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071111141025.GD25322@tapir> Reply-To: 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 On 11/11/2007, Carlo Marcelo Arenas Belon wrote: > On Sun, Nov 11, 2007 at 12:35:55PM +0000, Fabrice Bellard wrote: > > Modified files: > > target-alpha : op_helper.c > > target-arm : op_helper.c > > target-cris : op_helper.c > > target-m68k : op_helper.c > > target-ppc : op_helper.c > > > > Log message: > > fixed invalid type > > why was target_phys_addr_t and invalid type for the program counter? Program counter is normally a virtual address. Regards