]> Git Repo - qemu.git/blobdiff - hw/slavio_timer.c
target-sh4: r2d --append option support
[qemu.git] / hw / slavio_timer.c
index 01cb1cf6a6043002422375a25fb660dd5a309d97..6a29ce27119e29c881244c88c71881bdc5b08efe 100644 (file)
@@ -372,8 +372,6 @@ static SLAVIO_TIMERState *slavio_timer_init(target_phys_addr_t addr,
     QEMUBH *bh;
 
     s = qemu_mallocz(sizeof(SLAVIO_TIMERState));
-    if (!s)
-        return s;
     s->irq = irq;
     s->master = master;
     s->slave_index = slave_index;
This page took 0.022863 seconds and 4 git commands to generate.