From b881c2c6e774d40b33980f00f830431deed9e896 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sun, 18 Nov 2007 08:46:58 +0000 Subject: Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3687 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/mips_mipssim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hw/mips_mipssim.c') diff --git a/hw/mips_mipssim.c b/hw/mips_mipssim.c index b9eec84f63..fe753146e3 100644 --- a/hw/mips_mipssim.c +++ b/hw/mips_mipssim.c @@ -106,8 +106,8 @@ static void main_cpu_reset(void *opaque) } static void -mips_mipssim_init (int ram_size, int vga_ram_size, const char *boot_device, - DisplayState *ds, const char **fd_filename, int snapshot, +mips_mipssim_init (int ram_size, int vga_ram_size, + const char *boot_device, DisplayState *ds, const char *kernel_filename, const char *kernel_cmdline, const char *initrd_filename, const char *cpu_model) { -- cgit v1.2.1