From 0e121f555118dc780e112ba1f49a949a241fd36d Mon Sep 17 00:00:00 2001 From: eric_tian Date: Mon, 7 Dec 2009 03:31:44 +0000 Subject: [PATCH] fix GCC build issue, mWait instruction need not the operands. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9526 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseLib/X64/Mwait.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Library/BaseLib/X64/Mwait.S b/MdePkg/Library/BaseLib/X64/Mwait.S index 238a9bc2ab..00565af8f8 100644 --- a/MdePkg/Library/BaseLib/X64/Mwait.S +++ b/MdePkg/Library/BaseLib/X64/Mwait.S @@ -34,5 +34,5 @@ ASM_GLOBAL ASM_PFX(AsmMwait) ASM_PFX(AsmMwait): mov %ecx,%eax mov %edx,%ecx - mwait %eax,%ecx + mwait ret -- 2.39.2