Commit ea0444b5760df265884c735d27e017be4cf9e76b

Authored by aurel32
1 parent bedf26e6

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
Showing 1 changed file with 1 additions and 0 deletions
hw/sh7750_regnames.c
1 1 #include "hw.h"
2 2 #include "sh.h"
3 3 #include "sh7750_regs.h"
  4 +#include "sh7750_regnames.h"
4 5  
5 6 #define REGNAME(r) {r, #r},
6 7  
... ...