mirror of https://github.com/xqemu/xqemu.git
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
|
@ -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…
Reference in New Issue