Files
linux-kernel-module-cheat/userland/arch/lkmc_assert_fail.S
Ciro Santilli 六四事件 法轮功 05aa5c7c79 baremetal: build userland/ programs using baremetal path property instead of symlinks
Otherwise I'll go crazy with symlink action.
2019-05-24 00:00:00 +00:00

10 lines
211 B
ArmAsm

/* See what happens on test failure with LKMC_ASSERT_FAIL.
* https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly
*/
#include <lkmc.h>
LKMC_PROLOGUE
LKMC_ASSERT_FAIL
LKMC_EPILOGUE