diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/DivU64x32.c')
| -rw-r--r-- | MdePkg/Library/BaseLib/DivU64x32.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/MdePkg/Library/BaseLib/DivU64x32.c b/MdePkg/Library/BaseLib/DivU64x32.c index 6cb754035003..dc2d3f647fdd 100644 --- a/MdePkg/Library/BaseLib/DivU64x32.c +++ b/MdePkg/Library/BaseLib/DivU64x32.c @@ -6,9 +6,6 @@ **/ - - - #include "BaseLibInternals.h" /** @@ -30,8 +27,8 @@ UINT64 EFIAPI DivU64x32 ( - IN UINT64 Dividend, - IN UINT32 Divisor + IN UINT64 Dividend, + IN UINT32 Divisor ) { ASSERT (Divisor != 0); |
