]> git.proxmox.com Git - mirror_qemu.git/commit - hw/mips/mips_malta.c
hw/mips_malta: remove CPUMIPSState from the write_bootloader()
authorLeon Alrae <leon.alrae@imgtec.com>
Tue, 15 Mar 2016 09:59:32 +0000 (09:59 +0000)
committerLeon Alrae <leon.alrae@imgtec.com>
Wed, 30 Mar 2016 08:13:59 +0000 (09:13 +0100)
commitcc518af0b2df156b68551cb1585a9db17c2b0084
tree2bb029c670e7de5c6d90736a396d6206b9f72f64
parent2edd5261fffcc8494936d353ffffe996d191da3b
hw/mips_malta: remove CPUMIPSState from the write_bootloader()

Remove CPUMIPSState from the write_bootloader() argument list as it
is not used in the function.

Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
hw/mips/mips_malta.c