summaryrefslogtreecommitdiff
path: root/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPoint.c
diff options
context:
space:
mode:
authorMarvin Häuser <Marvin.Haeuser@outlook.com>2018-02-27 18:27:32 +0100
committerJiewen Yao <jiewen.yao@intel.com>2018-02-28 09:14:29 +0800
commit141e0bd9067cd06ad71996d3577770efb08e804e (patch)
tree22735932670f3792f93f06257c0de1d1550b8f45 /Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPoint.c
parent4ee50c4a6b2c65d55be6c0868ac6d17c5b5f6642 (diff)
downloadedk2-platforms-141e0bd9067cd06ad71996d3577770efb08e804e.tar.xz
MinPlatformPkg/TestPointLib: Prevent symbol duplication.
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPoint.c')
-rw-r--r--Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPoint.c b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPoint.c
index a55f6731b7..8603ea1608 100644
--- a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPoint.c
+++ b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPoint.c
@@ -321,7 +321,7 @@ TestPointLibSetTable (
}
TestPointAip->Signature = TEST_POINT_AIP_PRIVATE_SIGNATURE;
- CopyMem (&TestPointAip->Aip, &mAdapterInformationProtocol, sizeof(EFI_ADAPTER_INFORMATION_PROTOCOL));
+ CopyMem (&TestPointAip->Aip, &mSmmAdapterInformationProtocol, sizeof(EFI_ADAPTER_INFORMATION_PROTOCOL));
TestPointAip->TestPointSize = TestPointSize;
TestPointAip->TestPointMaxSize = TestPointSize;