Commit b4950060238871b754b331253ae504a21d8e67bc

Authored by blueswir1
1 parent 10aa630a

Fix sparc64-softmmu breakage from r6711

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6733 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 2 deletions
hw/sun4u.c
... ... @@ -205,11 +205,11 @@ static int sun4u_NVRAM_set_params (m48t59_t *nvram, uint16_t NVRAM_size,
205 205 return 0;
206 206 }
207 207  
208   -void pic_info(void)
  208 +void pic_info(Monitor *mon)
209 209 {
210 210 }
211 211  
212   -void irq_info(void)
  212 +void irq_info(Monitor *mon)
213 213 {
214 214 }
215 215  
... ...