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:
vanjeff 2008-12-19 06:30:40 +00:00
parent 9de780dcd6
commit ec815813ce
1 changed files with 2 additions and 2 deletions

View File

@ -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