Make sure there's a statement after the out: label in clockattach().
This commit is contained in:
parent
6029daa1e0
commit
9471e31450
@ -210,6 +210,8 @@ clockattach(device_t dev)
|
||||
out:
|
||||
#ifdef EVCNT_COUNTERS
|
||||
evcnt_attach(dev, "intr", &clock_intr_evcnt);
|
||||
#else
|
||||
/* nothing */ ;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user