Make sure there's a statement after the out: label in clockattach().

This commit is contained in:
des 2002-05-26 11:23:00 +00:00
parent 6029daa1e0
commit 9471e31450

View File

@ -210,6 +210,8 @@ clockattach(device_t dev)
out:
#ifdef EVCNT_COUNTERS
evcnt_attach(dev, "intr", &clock_intr_evcnt);
#else
/* nothing */ ;
#endif
}