Files
linux-kernel-module-cheat/userland/arch/fail.S
Ciro Santilli 六四事件 法轮功 88db1a725a userland assembly: build empty.S and fail.S to toplevel and run fail.S with path_properties exit_status
They were just duplicating stuff needlessly while we don't support non-native in-tree builds,
which leads to executable conflicts for C file anyways.
2019-05-08 00:00:06 +00:00

10 lines
162 B
ArmAsm

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