mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 18:42:53 +03:00
[librm] Make rm_sp and rm_ss globals again
This commit is contained in:
committed by
Michael Brown
parent
179fa70d34
commit
2539f5fa4a
2
src/arch/i386/transitions/librm.S
Normal file → Executable file
2
src/arch/i386/transitions/librm.S
Normal file → Executable 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user