diff options
Diffstat (limited to 'target-sh4/translate.c')
-rw-r--r-- | target-sh4/translate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-sh4/translate.c b/target-sh4/translate.c index 35b6f08dc..8d5e99e97 100644 --- a/target-sh4/translate.c +++ b/target-sh4/translate.c @@ -141,7 +141,7 @@ void cpu_sh4_reset(CPUSH4State * env) env->mmucr = 0; } -CPUSH4State *cpu_sh4_init(void) +CPUSH4State *cpu_sh4_init(const char *cpu_model) { CPUSH4State *env; |