Make sure tmpstk is aligned and make it 8KB in size -- not 8KB+16.

This commit is contained in:
Marcel Moolenaar 2008-04-27 19:03:14 +00:00
parent b0735d8073
commit 5f99a64689

View File

@ -81,8 +81,9 @@
* Globals
*/
.data
.align 4
GLOBAL(tmpstk)
.space 8208
.space 8192
GLOBAL(esym)
.long 0 /* end of symbol table */
@ -153,7 +154,7 @@ __start:
lis 1,tmpstk@ha
addi 1,1,tmpstk@l
addi 1,1,8192
addi 1,1,8192-16
mfmsr 0
lis 9,ofmsr@ha