From c756ce80a4c89065d6645513db419d464d7e3e7f Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 20 May 2010 05:30:55 +0000 Subject: Fix GCC build break as MemoryFence() API has already been included in GccInline.c in BaseLib. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10522 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseLib/BaseLib.inf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MdePkg/Library/BaseLib') diff --git a/MdePkg/Library/BaseLib/BaseLib.inf b/MdePkg/Library/BaseLib/BaseLib.inf index 7a90728794..4f7026bdfe 100644 --- a/MdePkg/Library/BaseLib/BaseLib.inf +++ b/MdePkg/Library/BaseLib/BaseLib.inf @@ -286,7 +286,8 @@ X86ReadIdtr.c X86ReadGdtr.c X86Msr.c - X86MemoryFence.c + X86MemoryFence.c | MSFT + X86MemoryFence.c | INTEL X86GetInterruptState.c X86FxSave.c X86FxRestore.c -- cgit v1.2.3