diff options
Diffstat (limited to 'hw/sun4c_intctl.c')
-rw-r--r-- | hw/sun4c_intctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/sun4c_intctl.c b/hw/sun4c_intctl.c index c8c40c9f05..dd42777679 100644 --- a/hw/sun4c_intctl.c +++ b/hw/sun4c_intctl.c @@ -221,4 +221,3 @@ void *sun4c_intctl_init(target_phys_addr_t addr, qemu_irq **irq, sun4c_intctl_reset(s); return s; } - |