diff options
Diffstat (limited to 'hw/rc4030.c')
-rw-r--r-- | hw/rc4030.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/rc4030.c b/hw/rc4030.c index c37c252508..f4044ce854 100644 --- a/hw/rc4030.c +++ b/hw/rc4030.c @@ -718,8 +718,6 @@ qemu_irq *rc4030_init(qemu_irq timer, qemu_irq jazz_bus, int s_chipset, s_jazzio; s = qemu_mallocz(sizeof(rc4030State)); - if (!s) - return NULL; *dmas = rc4030_allocate_dmas(s, 4); *dma_read = rc4030_dma_read; |