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:
Ciro Santilli 六四事件 法轮功
2018-11-08 22:00:03 +00:00
parent fc9e0c28a5
commit b1e16a59a1
8 changed files with 58 additions and 4 deletions

View File

@@ -2,4 +2,5 @@
mystart:
ldr sp, =stack_top
bl main
b .
mov r0, #0
bl exit