diff options
| author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-18 08:46:58 +0000 |
|---|---|---|
| committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-18 08:46:58 +0000 |
| commit | b881c2c6e774d40b33980f00f830431deed9e896 (patch) | |
| tree | 0107042f9e3f2cabd610c8ef03e069d54cd31501 /hw/r2d.c | |
| parent | c6d6dd7c74aaf8ca156d4589adff060078ec20ef (diff) | |
| download | focaccia-qemu-b881c2c6e774d40b33980f00f830431deed9e896.tar.gz focaccia-qemu-b881c2c6e774d40b33980f00f830431deed9e896.zip | |
Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3687 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/r2d.c')
| -rw-r--r-- | hw/r2d.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/r2d.c b/hw/r2d.c index 4bca6bead2..b6cc31c548 100644 --- a/hw/r2d.c +++ b/hw/r2d.c @@ -30,8 +30,8 @@ #define SDRAM_BASE 0x0c000000 /* Physical location of SDRAM: Area 3 */ #define SDRAM_SIZE 0x04000000 -static void r2d_init(int ram_size, int vga_ram_size, const char *boot_device, - DisplayState * ds, const char **fd_filename, int snapshot, +static void r2d_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) { |