rm_ss, rm_sp, and pm_esp don't need to be accessed from anywhere

outside of librm.S.
This commit is contained in:
Michael Brown
2007-09-25 19:20:38 +01:00
parent b8a8eea850
commit 0ed066bc50
3 changed files with 0 additions and 54 deletions
-3
View File
@@ -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 );