forked from Imagelibrary/rtems
2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/start.S: Fix comment.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* shared/start.S: Fix comment.
|
||||||
|
|
||||||
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* shared/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
|
* shared/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
|
||||||
|
|||||||
@@ -221,7 +221,7 @@ SYM(hard_reset):
|
|||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
|
|
||||||
set (SYM(rdb_start)), %g6 ! End of work-space area
|
set (SYM(rdb_start)), %g6 ! End of RAM
|
||||||
st %sp, [%g6]
|
st %sp, [%g6]
|
||||||
sub %sp, 4, %sp ! stack starts at end of RAM - 4
|
sub %sp, 4, %sp ! stack starts at end of RAM - 4
|
||||||
andn %sp, 0x0f, %sp ! align stack on 16-byte boundary
|
andn %sp, 0x0f, %sp ! align stack on 16-byte boundary
|
||||||
|
|||||||
Reference in New Issue
Block a user