Files
linux-kernel-module-cheat/userland/arch/arm/thumb.S
Ciro Santilli 六四事件 法轮功 1f55dec44c arm: thumb understanding++
2019-05-30 00:00:01 +00:00

13 lines
228 B
ArmAsm

/* https://github.com/cirosantilli/linux-kernel-module-cheat#arm-thumb-encoding */
#include <lkmc.h>
.thumb_func
LKMC_PROLOGUE
/* TODO: #if 0 something that is not thumb encodable. */
cbz r1, 1f
1:
LKMC_EPILOGUE