mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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:
parent
6f41b7772d
commit
a5f1b965da
8 changed files with 42 additions and 28 deletions
|
@ -47,7 +47,7 @@ static TCGv cpu_env;
|
|||
|
||||
#include "gen-icount.h"
|
||||
|
||||
static void alpha_translate_init()
|
||||
static void alpha_translate_init(void)
|
||||
{
|
||||
static int done_init = 0;
|
||||
if (done_init)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue