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

This commit is contained in:
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 r0, #0
mov r1, r0 mov r1, r0
bl main bl main
bl chSysHalt bl sys_halt
#else #else
add r0, pc, #1 add r0, pc, #1
bx r0 bx r0
@ -132,7 +132,7 @@ bssloop:
mov r0, #0 mov r0, #0
mov r1, r0 mov r1, r0
bl main bl main
bl chSysHalt bl sys_halt
.code 32 .code 32
#endif #endif