[librm] Make rm_sp and rm_ss globals again

This commit is contained in:
Daniel Verkamp
2008-08-15 13:56:11 -04:00
committed by Michael Brown
parent 179fa70d34
commit 2539f5fa4a
2 changed files with 4 additions and 0 deletions

2
src/arch/i386/transitions/librm.S Normal file → Executable file
View File

@@ -552,7 +552,9 @@ rc_function: .word 0, 0
****************************************************************************
*/
.section ".data"
.globl rm_sp
rm_sp: .word 0
.globl rm_ss
rm_ss: .word 0
pm_esp: .long _estack