Files
linux-kernel-module-cheat/userland/arch/arm/b.S
Ciro Santilli 六四事件 法轮功 64855767b4 arm assembly: move some more in
2019-05-12 00:00:06 +00:00

10 lines
170 B
ArmAsm

/* https://github.com/cirosantilli/linux-kernel-module-cheat#b */
#include "common.h"
ENTRY
/* Jump over the fail. 26-bit PC-relative. */
b ok
FAIL
ok:
EXIT