Files
linux-kernel-module-cheat/userland/arch/fail.S
Ciro Santilli 六四事件 法轮功 53ef7281a4 userland x86_64: implement ASSERT_MEMCMP
2019-05-08 00:00:10 +00:00

10 lines
172 B
ArmAsm

/* See what happens on test failure with FAIL.
* https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly
*/
#include "common.h"
ENTRY
FAIL
EXIT