EBUG_ON
#define EBUG_ON(cond) BUG_ON(cond)
#define EBUG_ON(cond) do { if (cond) do {} while (0); } while (0)