mirror of https://github.com/acidanthera/audk.git
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:
parent
6dd67b60c4
commit
ef291d07a1
|
@ -200,11 +200,11 @@ ReloadCS:
|
||||||
#
|
#
|
||||||
pop %r9 # get CS
|
pop %r9 # get CS
|
||||||
shl $32, %r9 # rcx[32..47] <- Cs
|
shl $32, %r9 # rcx[32..47] <- Cs
|
||||||
lea @F(%rip), %rcx
|
lea ReturnToLongMode(%rip), %rcx
|
||||||
orq %r9, %rcx
|
orq %r9, %rcx
|
||||||
push %rcx
|
push %rcx
|
||||||
retf
|
retf
|
||||||
@@:
|
ReturnToLongMode:
|
||||||
#
|
#
|
||||||
# Reload original DS/ES/SS
|
# Reload original DS/ES/SS
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue