Searched refs:ROM_ABORT (Results 1 – 1 of 1) sorted by relevance
61 #define ROM_ABORT() sys_abort() macro63 #define ROM_ABORT() macro112 ROM_ABORT(); \136 #define ROM_BUG_ON(v) do {if(v) {printf("BUG at %s:%d!\n", __func__, __LINE__); ROM_ABORT();}} whil…187 ROM_ABORT(); \
Completed in 4 milliseconds