mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Silence some warnings about no value returned from non-void function
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5430 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
60dd316ea7
commit
1ed1a78738
2 changed files with 2 additions and 1 deletions
|
@ -228,7 +228,7 @@ void sh4_cpu_list(FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...))
|
|||
(*cpu_fprintf)(f, "%s\n", sh4_defs[i].name);
|
||||
}
|
||||
|
||||
static int cpu_sh4_register(CPUSH4State *env, const sh4_def_t *def)
|
||||
static void cpu_sh4_register(CPUSH4State *env, const sh4_def_t *def)
|
||||
{
|
||||
env->pvr = def->pvr;
|
||||
env->prr = def->prr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue