diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/LowBitSet64.c')
-rw-r--r-- | MdePkg/Library/BaseLib/LowBitSet64.c | 5 |
1 files changed, 3 insertions, 2 deletions
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
|