summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m32r/m32rsim/start/start.S
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-31 17:41:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-31 17:41:09 +0000
commit0ef1009aaaddff9318422a047faf29d168334214 (patch)
treea7512da9fc7c4628b16e9bc50a1d8a1b8691c9a1 /c/src/lib/libbsp/m32r/m32rsim/start/start.S
parent2011-01-31 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0ef1009aaaddff9318422a047faf29d168334214.tar.bz2
2011-01-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, console/console-io.c, include/bsp.h, start/start.S: Create dedicated bsp_reset() and clean up.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/start/start.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m32r/m32rsim/start/start.S b/c/src/lib/libbsp/m32r/m32rsim/start/start.S
index cccf323cd4..aaf96e2abc 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/start/start.S
+++ b/c/src/lib/libbsp/m32r/m32rsim/start/start.S
@@ -52,7 +52,6 @@ _start:
ldi r1, #0 ; r1 = argv
ldi r0, #0 ; r0 = argc
bl boot_card
- bl sys_exit
# If that fails just loop.