From 168da756c603850a73af99f5f19c9ad0bce79f27 Mon Sep 17 00:00:00 2001 From: qwang12 Date: Mon, 1 Dec 2008 02:39:49 +0000 Subject: [PATCH] Fixed a error although Math.c is not built include for building. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6785 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/Math.c | 1 - 1 file changed, 1 deletion(-) diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/Math.c b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/Math.c index 8c7cb68af2..931646b478 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/Math.c +++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/Math.c @@ -80,7 +80,6 @@ Returns: { return Multiplicand * Multiplier; } -} UINT64 DivU64x32 ( -- 2.39.2