mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +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:
@@ -60,9 +60,6 @@ extern char *text16;
|
||||
( ( ( void * ) &(variable) ) - ( ( void * ) text16 ) ) ) )
|
||||
|
||||
/* Variables in librm.S, present in the normal data segment */
|
||||
extern uint16_t rm_sp;
|
||||
extern uint16_t rm_ss;
|
||||
extern uint32_t pm_esp;
|
||||
extern uint16_t __data16 ( rm_cs );
|
||||
#define rm_cs __use_data16 ( rm_cs )
|
||||
extern uint16_t __text16 ( rm_ds );
|
||||
|
||||
Reference in New Issue
Block a user