2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>

* shared/start.S: Fix comment.
This commit is contained in:
Joel Sherrill
2009-08-28 18:23:33 +00:00
parent 4744e975a7
commit bcec9554ec
2 changed files with 5 additions and 1 deletions

View File

@@ -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>
* shared/bspgetworkarea.c: Switch from ssize_t to uintptr_t for

View File

@@ -221,7 +221,7 @@ SYM(hard_reset):
nop
nop
set (SYM(rdb_start)), %g6 ! End of work-space area
set (SYM(rdb_start)), %g6 ! End of RAM
st %sp, [%g6]
sub %sp, 4, %sp ! stack starts at end of RAM - 4
andn %sp, 0x0f, %sp ! align stack on 16-byte boundary