diff options
Diffstat (limited to 'hw/sun4u.c')
-rw-r--r-- | hw/sun4u.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/sun4u.c b/hw/sun4u.c index cede477cc7..59bcf64ebe 100644 --- a/hw/sun4u.c +++ b/hw/sun4u.c @@ -254,10 +254,6 @@ static void cpu_set_irq(void *opaque, int irq, int level) } } -void qemu_system_powerdown(void) -{ -} - typedef struct ResetData { CPUState *env; uint64_t reset_addr; |