X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseSynchronizationLib%2FSynchronizationMsc.c;fp=MdePkg%2FLibrary%2FBaseSynchronizationLib%2FSynchronizationMsc.c;h=895acdc39fac47012e599f25b2c9cd667c857075;hb=f0b0ba3177d5bf1d06c89386b4e29bfde49c2969;hp=90524a1017ae7c927f9893c73ecb1bf296f42611;hpb=3364f3ce822c25882f23232a1a291cf670cee974;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseSynchronizationLib/SynchronizationMsc.c b/MdePkg/Library/BaseSynchronizationLib/SynchronizationMsc.c index 90524a1017..895acdc39f 100644 --- a/MdePkg/Library/BaseSynchronizationLib/SynchronizationMsc.c +++ b/MdePkg/Library/BaseSynchronizationLib/SynchronizationMsc.c @@ -1,7 +1,7 @@ /** @file Implementation of synchronization functions. - Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2010, 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 @@ -383,7 +383,7 @@ InterlockedCompareExchangePointer ( { UINT8 SizeOfValue; - SizeOfValue = sizeof (*Value); + SizeOfValue = (UINT8) sizeof (*Value); switch (SizeOfValue) { case sizeof (UINT32):