Searched defs:sys_abort (Results 1 – 2 of 2) sorted by relevance
49 #define sys_abort() \ macro
57 #define sys_abort() ({volatile int i = 1; printf("%s, %d\n", __FUNCTION__, __LINE__); while(i);… macro
Completed in 5 milliseconds