mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
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
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
mystart:
|
||||
ldr sp, =stack_top
|
||||
bl main
|
||||
b .
|
||||
mov r0, #0
|
||||
bl exit
|
||||
|
||||
Reference in New Issue
Block a user