mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
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];
|
## 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user