X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FLowBitSet64.c;h=6457ed623ec569b55ca0c68a7f699f6fa02b07a6;hb=59e0bb0cbde3c2228ecf555071490399852c02c9;hp=3edfa6506e50dc97999c5ee19d3030f506bfc5d8;hpb=1efcc4ae46f52e3845923ffbab68426e068709d2;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/LowBitSet64.c b/MdePkg/Library/BaseLib/LowBitSet64.c index 3edfa6506e..6457ed623e 100644 --- a/MdePkg/Library/BaseLib/LowBitSet64.c +++ b/MdePkg/Library/BaseLib/LowBitSet64.c @@ -26,8 +26,9 @@ @param Operand The 64-bit operand to evaluate. - @return Position of the lowest bit set in Operand if found. - @retval -1 Operand is zero. + @retval 0..63 The lowest bit set in Operand was found. + @retval -1 Operand is zero. + **/ INTN