Files
linux-kernel-module-cheat/userland/arch/fail.S
Ciro Santilli 六四事件 法轮功 0263c21557 userland: add assembly support
Move arm assembly cheat here, and start some work on x86 cheat as well.
2019-05-05 00:00:00 +00:00

11 lines
136 B
ArmAsm

/* See what happens on test failure. */
#include "common.h"
ENTRY
#if 0
/* Uncomment this to see it fail. */
FAIL
#endif
EXIT