mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
6 lines
126 B
ArmAsm
6 lines
126 B
ArmAsm
/* https://github.com/cirosantilli/linux-kernel-module-cheat#magic-failure-string */
|
|
.global main
|
|
main:
|
|
mov x0, 1
|
|
ret
|