mirror of https://github.com/acidanthera/audk.git
fixed one bug to pass GCC.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7083 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9de780dcd6
commit
ec815813ce
|
@ -296,10 +296,10 @@ ExtraPushDone:
|
|||
## UINT64 Gdtr[2], Idtr[2];
|
||||
push 0
|
||||
push 0
|
||||
sidt qword ptr [rsp]
|
||||
sidt [rsp]
|
||||
push 0
|
||||
push 0
|
||||
sgdt qword ptr [rsp]
|
||||
sgdt [rsp]
|
||||
|
||||
## UINT64 Ldtr, Tr;
|
||||
xor rax, rax
|
||||
|
|
Loading…
Reference in New Issue