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

View File

@@ -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
/****************************************************************************