2010-04-08 Joel Sherrill <joel.sherrilL@OARcorp.com>

* start/start.S: Spacing.
This commit is contained in:
Joel Sherrill
2010-04-08 13:20:20 +00:00
parent 78623bce98
commit 42fc45c685
2 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
2010-04-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
* start/start.S: Spacing.
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* console/console.c: adapted to new prototype for *_write

View File

@@ -384,12 +384,12 @@ ZEROLOOPTEST:
clrl d0 | Pass in null to all boot_card() params
movel d0,a7@- | command line
jsr SYM(boot_card) | Call C boot_card function to startup RTEMS
movel a7@+,d0
movel a7@+,d0
MULTI_TASK_EXIT:
nop
nop
trap #14
bra MULTI_TASK_EXIT
nop
nop
trap #14
bra MULTI_TASK_EXIT
END_CODE