diff options
Diffstat (limited to 'hw/ppc4xx_devs.c')
-rw-r--r-- | hw/ppc4xx_devs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc4xx_devs.c b/hw/ppc4xx_devs.c index f9143dd4fd..ee821f5b5b 100644 --- a/hw/ppc4xx_devs.c +++ b/hw/ppc4xx_devs.c @@ -35,7 +35,7 @@ extern FILE *logfile; /*****************************************************************************/ /* Generic PowerPC 4xx processor instanciation */ -CPUState *ppc4xx_init (const unsigned char *cpu_model, +CPUState *ppc4xx_init (const char *cpu_model, clk_setup_t *cpu_clk, clk_setup_t *tb_clk, uint32_t sysclk) { |