mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-09 08:17:53 -06:00
Fix sparc64-softmmu breakage from r6711
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6733 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
10aa630aee
commit
b495006023
1 changed files with 2 additions and 2 deletions
|
@ -205,11 +205,11 @@ static int sun4u_NVRAM_set_params (m48t59_t *nvram, uint16_t NVRAM_size,
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void pic_info(void)
|
void pic_info(Monitor *mon)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void irq_info(void)
|
void irq_info(Monitor *mon)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue