X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FMultS64x64.c;h=ea80428cc40f26d60c00c59d9ef3b777db69ec16;hb=373ade0eb64a522e45b1b94c15b95fb5ab417c00;hp=33d2570568b14e71f2b8c2cd1813395e54eebff6;hpb=e1f414b6a7d8a0424e0e01f655b09a4612b4d0e8;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/MultS64x64.c b/MdePkg/Library/BaseLib/MultS64x64.c index 33d2570568..ea80428cc4 100644 --- a/MdePkg/Library/BaseLib/MultS64x64.c +++ b/MdePkg/Library/BaseLib/MultS64x64.c @@ -1,7 +1,7 @@ /** @file Math worker functions. - Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -12,10 +12,8 @@ **/ -// -// Include common header file for this module. -// -#include "CommonHeader.h" + + #include "BaseLibInternals.h" @@ -27,8 +25,6 @@ signed value Multiplier and generates a 64-bit signed result. This 64-bit signed result is returned. - If the result overflows, then ASSERT(). - @param Multiplicand A 64-bit signed value. @param Multiplier A 64-bit signed value.