Fix warnings that would be generated by gcc -Wstrict-prototypes

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5021 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
blueswir1 2008-08-17 20:21:51 +00:00
parent 6f41b7772d
commit a5f1b965da
8 changed files with 42 additions and 28 deletions

View file

@ -60,7 +60,7 @@ static TCGv cpu_env;
#include "gen-icount.h"
static void sh4_translate_init()
static void sh4_translate_init(void)
{
static int done_init = 0;
if (done_init)