diff options
Diffstat (limited to 'hw/etraxfs_timer.c')
-rw-r--r-- | hw/etraxfs_timer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/etraxfs_timer.c b/hw/etraxfs_timer.c index 04bdede272..ebb06e1058 100644 --- a/hw/etraxfs_timer.c +++ b/hw/etraxfs_timer.c @@ -321,8 +321,6 @@ void etraxfs_timer_init(CPUState *env, qemu_irq *irqs, qemu_irq *nmi, int timer_regs; t = qemu_mallocz(sizeof *t); - if (!t) - return; t->bh_t0 = qemu_bh_new(timer0_hit, t); t->bh_t1 = qemu_bh_new(timer1_hit, t); |