[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: what is BUG_ON macro?



Hi,

Michal <rabbit50@xxxxxxxxx> writes:

> Hallo Group Members
>
> Can You ell me what is it for?

BUG_ON(condition) is the same as if (condition) BUG().  It makes ugly
noise if the condition is true.

	Hannes

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ