forked from Imagelibrary/rtems
2010-04-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
* start/start.S: Spacing.
This commit is contained in:
@@ -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>
|
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
* console/console.c: adapted to new prototype for *_write
|
* console/console.c: adapted to new prototype for *_write
|
||||||
|
|||||||
@@ -384,12 +384,12 @@ ZEROLOOPTEST:
|
|||||||
clrl d0 | Pass in null to all boot_card() params
|
clrl d0 | Pass in null to all boot_card() params
|
||||||
movel d0,a7@- | command line
|
movel d0,a7@- | command line
|
||||||
jsr SYM(boot_card) | Call C boot_card function to startup RTEMS
|
jsr SYM(boot_card) | Call C boot_card function to startup RTEMS
|
||||||
movel a7@+,d0
|
movel a7@+,d0
|
||||||
MULTI_TASK_EXIT:
|
MULTI_TASK_EXIT:
|
||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
trap #14
|
trap #14
|
||||||
bra MULTI_TASK_EXIT
|
bra MULTI_TASK_EXIT
|
||||||
|
|
||||||
|
|
||||||
END_CODE
|
END_CODE
|
||||||
|
|||||||
Reference in New Issue
Block a user