Searched defs:BUG_ON (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/kernel/common/asm-generic/
H A Dbug.h22 #define BUG_ON(condition) do { if (condition) ; } while(0) macro

Completed in 64 milliseconds