mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 11:03:15 +03:00
rm_ss, rm_sp, and pm_esp don't need to be accessed from anywhere
outside of librm.S.
This commit is contained in:
@@ -528,11 +528,8 @@ rc_function: .word 0, 0
|
||||
****************************************************************************
|
||||
*/
|
||||
.section ".data"
|
||||
.globl rm_sp
|
||||
rm_sp: .word 0
|
||||
.globl rm_ss
|
||||
rm_ss: .word 0
|
||||
.globl pm_esp
|
||||
pm_esp: .long _estack
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user