arm: udf instruction

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-21 00:00:00 +00:00
parent c15c43f0b0
commit 492d9cdf3f
4 changed files with 34 additions and 0 deletions

7
userland/arch/arm/udf.S Normal file
View File

@@ -0,0 +1,7 @@
/* https://github.com/cirosantilli/linux-kernel-module-cheat#arm-udf-instruction */
#include "common.h"
ENTRY
udf 0
EXIT