summaryrefslogtreecommitdiffstats
path: root/hw/sh4/shix.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sh4/shix.c')
-rw-r--r--hw/sh4/shix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/sh4/shix.c b/hw/sh4/shix.c
index 904a966..7c152b4 100644
--- a/hw/sh4/shix.c
+++ b/hw/sh4/shix.c
@@ -39,9 +39,9 @@
#define BIOS_FILENAME "shix_bios.bin"
#define BIOS_ADDRESS 0xA0000000
-static void shix_init(QEMUMachineInitArgs *args)
+static void shix_init(MachineState *machine)
{
- const char *cpu_model = args->cpu_model;
+ const char *cpu_model = machine->cpu_model;
int ret;
SuperHCPU *cpu;
struct SH7750State *s;
OpenPOWER on IntegriCloud