mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
0fc1f8f234
commit
168da756c6
|
@ -80,7 +80,6 @@ Returns:
|
||||||
{
|
{
|
||||||
return Multiplicand * Multiplier;
|
return Multiplicand * Multiplier;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
UINT64
|
UINT64
|
||||||
DivU64x32 (
|
DivU64x32 (
|
||||||
|
|
Loading…
Reference in New Issue