qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Fix warning when compiling sh7750_regnames.c


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH] Fix warning when compiling sh7750_regnames.c
Date: Tue, 3 Feb 2009 20:58:16 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

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 <address@hidden>

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
address@hidden                 http://www.aurel32.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]