mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07: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:
+2
-2
@@ -205,11 +205,11 @@ static int sun4u_NVRAM_set_params (m48t59_t *nvram, uint16_t NVRAM_size,
|
||||
return 0;
|
||||
}
|
||||
|
||||
void pic_info(void)
|
||||
void pic_info(Monitor *mon)
|
||||
{
|
||||
}
|
||||
|
||||
void irq_info(void)
|
||||
void irq_info(Monitor *mon)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user