mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-05 20:25:16 +00:00
galileo: Halt if main() returns
This patch adds extra intrunctions to loader.S so we halt if main() returns.
This commit is contained in:
committed by
Jesus Sanchez-Palencia
parent
766d3aa820
commit
7a1898f73e
@@ -43,3 +43,8 @@
|
||||
start:
|
||||
cli
|
||||
call main
|
||||
|
||||
/* We're not expected to return from main(). But if we do we halt */
|
||||
cli
|
||||
halt: hlt
|
||||
jmp halt
|
||||
|
Reference in New Issue
Block a user