Revision 487414f1 hw/etraxfs_timer.c

b/hw/etraxfs_timer.c
321 321
	int timer_regs;
322 322

  
323 323
	t = qemu_mallocz(sizeof *t);
324
	if (!t)
325
		return;
326 324

  
327 325
	t->bh_t0 = qemu_bh_new(timer0_hit, t);
328 326
	t->bh_t1 = qemu_bh_new(timer1_hit, t);

Also available in: Unified diff