From ec815813ce28b85eb9154c09c2d02460099a0186 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Fri, 19 Dec 2008 06:30:40 +0000 Subject: fixed one bug to pass GCC. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7083 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/DebugSupportDxe/X64/AsmFuncs.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdeModulePkg') diff --git a/MdeModulePkg/Universal/DebugSupportDxe/X64/AsmFuncs.S b/MdeModulePkg/Universal/DebugSupportDxe/X64/AsmFuncs.S index 7ac8a1a..7c854c1 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/X64/AsmFuncs.S +++ b/MdeModulePkg/Universal/DebugSupportDxe/X64/AsmFuncs.S @@ -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 -- cgit v1.1