mirror of https://github.com/acidanthera/audk.git
MdePkg BaseLib: Fix GCC build break
Only use X86MemoryFence.c for INTEL and MSFT. MemoryFence is defined in GccInline.c for GCC. This change is the same as r10522, but for X64. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10525 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2ad29d0fe4
commit
2653bb431a
|
@ -391,7 +391,8 @@
|
||||||
X86ReadIdtr.c
|
X86ReadIdtr.c
|
||||||
X86ReadGdtr.c
|
X86ReadGdtr.c
|
||||||
X86Msr.c
|
X86Msr.c
|
||||||
X86MemoryFence.c
|
X86MemoryFence.c | MSFT
|
||||||
|
X86MemoryFence.c | INTEL
|
||||||
X86GetInterruptState.c
|
X86GetInterruptState.c
|
||||||
X86FxSave.c
|
X86FxSave.c
|
||||||
X86FxRestore.c
|
X86FxRestore.c
|
||||||
|
|
Loading…
Reference in New Issue