From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LURPZ-00048h-Jl for qemu-devel@nongnu.org; Tue, 03 Feb 2009 14:58:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LURPY-00047D-ES for qemu-devel@nongnu.org; Tue, 03 Feb 2009 14:58:20 -0500 Received: from [199.232.76.173] (port=53435 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LURPY-00046t-46 for qemu-devel@nongnu.org; Tue, 03 Feb 2009 14:58:20 -0500 Received: from hall.aurel32.net ([88.191.82.174]:40053) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LURPX-0007Gp-Kb for qemu-devel@nongnu.org; Tue, 03 Feb 2009 14:58:19 -0500 Date: Tue, 3 Feb 2009 20:58:16 +0100 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH] Fix warning when compiling sh7750_regnames.c Message-ID: <20090203195816.GF18984@volta.aurel32.net> References: <20090201120657.GA13565@miranda.arrow> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20090201120657.GA13565@miranda.arrow> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stuart Brady Cc: qemu-devel@nongnu.org On Sun, Feb 01, 2009 at 12:06:57PM +0000, Stuart Brady wrote: > This patch fixes a warning when compiling sh7750_regnames.c which is > caused by sh7750_regnames.h (which contains the prototype of regname()) > not being included. > > Signed-off-by: Stuart Brady Thanks, applied. > Index: hw/sh7750_regnames.c > =================================================================== > --- hw/sh7750_regnames.c (revision 6489) > +++ hw/sh7750_regnames.c (working copy) > @@ -1,6 +1,7 @@ > #include "hw.h" > #include "sh.h" > #include "sh7750_regs.h" > +#include "sh7750_regnames.h" > > #define REGNAME(r) {r, #r}, > > -- > Stuart Brady > > > -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurelien@aurel32.net http://www.aurel32.net