From 6ed1607bcbc481444e8aaff5a06e771bdaa4f21e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 10 Jan 2009 14:57:41 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@607 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/ARM7/crt0.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/ARM7/crt0.s b/ports/ARM7/crt0.s index 56e3bc6e3..f575de985 100644 --- a/ports/ARM7/crt0.s +++ b/ports/ARM7/crt0.s @@ -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. -- cgit v1.2.3