git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@607 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2009-01-10 14:57:41 +00:00
parent ea60d55415
commit 6ed1607bcb
1 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@ bssloop:
mov r0, #0
mov r1, r0
bl main
bl chSysHalt
bl sys_halt
#else
add r0, pc, #1
bx r0
@ -132,7 +132,7 @@ bssloop:
mov r0, #0
mov r1, r0
bl main
bl chSysHalt
bl sys_halt
.code 32
#endif
@ -177,7 +177,7 @@ FiqHandler:
.thumb_func
hwinit0:
bx lr
/*
* Default late initialization code. It is declared weak in order to be
* replaced by the real initialization code.