diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-10 15:36:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-10 15:36:16 +0000 |
commit | b7eba42be8e04a6a9cbade60d5ae0190fd34efae (patch) | |
tree | 24b26e38f31568bb4fea7a9f5d1a8fcecf1d3d0b /ports/ARMCM3/crt0.s | |
parent | 23626829b9463237559b0283bbb5327331b9e280 (diff) | |
download | ChibiOS-b7eba42be8e04a6a9cbade60d5ae0190fd34efae.tar.gz ChibiOS-b7eba42be8e04a6a9cbade60d5ae0190fd34efae.tar.bz2 ChibiOS-b7eba42be8e04a6a9cbade60d5ae0190fd34efae.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@611 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARMCM3/crt0.s')
-rw-r--r-- | ports/ARMCM3/crt0.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/ARMCM3/crt0.s b/ports/ARMCM3/crt0.s index b59f0993b..06bbb49c6 100644 --- a/ports/ARMCM3/crt0.s +++ b/ports/ARMCM3/crt0.s @@ -95,7 +95,7 @@ bloop: movs r0, #0 mov r1, r0 bl main - bl chSysHalt + bl sys_halt /* * Default early initialization code. It is declared weak in order to be @@ -108,7 +108,7 @@ bloop: .weak hwinit0 hwinit0: bx lr - + /* * Default late initialization code. It is declared weak in order to be * replaced by the real initialization code. |