qemu-devel
[Top][All Lists]
Advanced

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

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


From: Stuart Brady
Subject: [Qemu-devel] [PATCH] Fix warning when compiling sh7750_regnames.c
Date: Sun, 1 Feb 2009 12:06:57 +0000
User-agent: Mutt/1.5.13 (2006-08-11)

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>

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




reply via email to

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