X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FDivU64x32Remainder.c;h=e7a3094c6ed0af25d570fb7ec3d1a13cd8d1153d;hb=1ea5ca46c7eefe66a01cb4db3b72fc0e5a04e2cb;hp=aa34b31e462012b84e742c02313a9411658925fa;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/DivU64x32Remainder.c b/MdePkg/Library/BaseLib/DivU64x32Remainder.c index aa34b31e46..e7a3094c6e 100644 --- a/MdePkg/Library/BaseLib/DivU64x32Remainder.c +++ b/MdePkg/Library/BaseLib/DivU64x32Remainder.c @@ -38,7 +38,7 @@ EFIAPI DivU64x32Remainder ( IN UINT64 Dividend, IN UINT32 Divisor, - OUT UINT32 *Remainder + OUT UINT32 *Remainder OPTIONAL ) { ASSERT (Divisor != 0);