summaryrefslogtreecommitdiff
path: root/hw/ppc4xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ppc4xx.h')
-rw-r--r--hw/ppc4xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc4xx.h b/hw/ppc4xx.h
index 8d7863c149..538e446804 100644
--- a/hw/ppc4xx.h
+++ b/hw/ppc4xx.h
@@ -26,7 +26,7 @@
#define PPC_4XX_H
/* PowerPC 4xx core initialization */
-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);