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:
@@ -296,10 +296,10 @@ ExtraPushDone:
|
|||||||
## UINT64 Gdtr[2], Idtr[2];
|
## UINT64 Gdtr[2], Idtr[2];
|
||||||
push 0
|
push 0
|
||||||
push 0
|
push 0
|
||||||
sidt qword ptr [rsp]
|
sidt [rsp]
|
||||||
push 0
|
push 0
|
||||||
push 0
|
push 0
|
||||||
sgdt qword ptr [rsp]
|
sgdt [rsp]
|
||||||
|
|
||||||
## UINT64 Ldtr, Tr;
|
## UINT64 Ldtr, Tr;
|
||||||
xor rax, rax
|
xor rax, rax
|
||||||
|
Reference in New Issue
Block a user