Replace @@ symbol since GCC does not recognize it.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11201 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jyao1 2010-12-25 12:52:52 +00:00
parent 6dd67b60c4
commit ef291d07a1
1 changed files with 2 additions and 2 deletions

View File

@ -200,11 +200,11 @@ ReloadCS:
#
pop %r9 # get CS
shl $32, %r9 # rcx[32..47] <- Cs
lea @F(%rip), %rcx
lea ReturnToLongMode(%rip), %rcx
orq %r9, %rcx
push %rcx
retf
@@:
ReturnToLongMode:
#
# Reload original DS/ES/SS
#