mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
6 lines
129 B
ArmAsm
6 lines
129 B
ArmAsm
/* https://github.com/cirosantilli/linux-kernel-module-cheat#magic-failure-string */
|
|
.global main
|
|
main:
|
|
mov r0, #1
|
|
bx lr
|