[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/4] Adding support for coverage information
On Tue, 2013-02-05 at 15:58 +0000, Frediano Ziglio wrote: > +void __init init_coverage(void) > +{ > + unsigned long n; > + for ( n = 0; n < __CTOR_LIST__.count; ++n ) > + __CTOR_LIST__.funcs[n](); There is nothing coverage specific here, why not run these from a generic function? Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |