Files
linux-kernel-module-cheat/baremetal/arch/aarch64/return.S
Ciro Santilli 六四事件 法轮功 b1e16a59a1 baremetal: exit at the end of main instead of infinite loop
run: interpret lkmc_test_fail as the last line of test as an error
2018-11-09 09:33:44 +00:00

5 lines
76 B
ArmAsm

/* Return to ensure that the post main works. */
.global main
main:
ret