diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/RRotU64.c')
| -rw-r--r-- | MdePkg/Library/BaseLib/RRotU64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/RRotU64.c b/MdePkg/Library/BaseLib/RRotU64.c index e41d29259b71..a9a8be37c277 100644 --- a/MdePkg/Library/BaseLib/RRotU64.c +++ b/MdePkg/Library/BaseLib/RRotU64.c @@ -27,8 +27,8 @@ UINT64 EFIAPI RRotU64 ( - IN UINT64 Operand, - IN UINTN Count + IN UINT64 Operand, + IN UINTN Count ) { ASSERT (Count < 64); |
