Files
linux-kernel-module-cheat/userland/arch/lkmc_assert_fail.S
2019-07-07 00:00:01 +00:00

10 lines
204 B
ArmAsm

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