SH4: Fix warning when compiling sh7750_regnames.c
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: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6504 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
bedf26e6b4
commit
ea0444b576
@ -1,6 +1,7 @@
|
||||
#include "hw.h"
|
||||
#include "sh.h"
|
||||
#include "sh7750_regs.h"
|
||||
#include "sh7750_regnames.h"
|
||||
|
||||
#define REGNAME(r) {r, #r},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user