summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/transitions/librm.S
diff options
context:
space:
mode:
authorDaniel Verkamp2008-08-15 19:56:11 +0200
committerMichael Brown2008-08-28 23:50:55 +0200
commit2539f5fa4a2d9da5ee803fd99fd655b5d9abb3e7 (patch)
tree1b4a17278c490ac4d510081a847afe86d0581afc /src/arch/i386/transitions/librm.S
parent[libc] Mark setjmp and longjmp as __cdecl (diff)
downloadipxe-2539f5fa4a2d9da5ee803fd99fd655b5d9abb3e7.tar.gz
ipxe-2539f5fa4a2d9da5ee803fd99fd655b5d9abb3e7.tar.xz
ipxe-2539f5fa4a2d9da5ee803fd99fd655b5d9abb3e7.zip
[librm] Make rm_sp and rm_ss globals again
Diffstat (limited to 'src/arch/i386/transitions/librm.S')
-rwxr-xr-x[-rw-r--r--]src/arch/i386/transitions/librm.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/transitions/librm.S b/src/arch/i386/transitions/librm.S
index 45e0d0ff..ff4b1d97 100644..100755
--- a/src/arch/i386/transitions/librm.S
+++ b/src/arch/i386/transitions/librm.S
@@ -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