zephyr/include/toolchain
Anas Nashif d7fe69a6bc toolchain: xcc: __builtin_unreachable needs to be a loop
Functions are declared as noreturn but they do in fact return (when
control reaches the end of the body, since it doesn't enter an infinite
loop, it doesn't call other "noreturn" functions, etc.)

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-11-02 08:37:27 -04:00
..
common.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
gcc.h include: toolchain: gcc.h: Fixed MISRA C violation. 2018-10-17 12:17:58 -04:00
xcc.h toolchain: xcc: __builtin_unreachable needs to be a loop 2018-11-02 08:37:27 -04:00