zephyr/tests/kernel/fatal/src
Jim Shu e1052a0f8d tests/kernel/fatal: add volatile to prevent compiler optimization
Initialization of local variable 'illegal' can't be optimized, or the
program will jump to the memory contains random value which causes the
unexpected behavior. Add volatile to local variable 'illegal' to prevent
compiler optimization.

Signed-off-by: Jim Shu <cwshu@andestech.com>
2020-01-22 07:08:12 -08:00
..
main.c tests/kernel/fatal: add volatile to prevent compiler optimization 2020-01-22 07:08:12 -08:00
test_syscalls.h tests: kernel: fatal: add HW stack check for priv stack 2019-06-17 10:27:52 -07:00