X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FMultU64x32.c;h=7a3e1c7de4dae2c63d8c673d07057a6b1764900b;hp=7a8dca8fc06470724139734161dcda124716c87d;hb=9aa049d9717f1260426918eab2d5986e838a8754;hpb=04fdba541287ba2759ce3e51157c38148ad8b4f6 diff --git a/MdePkg/Library/BaseLib/MultU64x32.c b/MdePkg/Library/BaseLib/MultU64x32.c index 7a8dca8fc0..7a3e1c7de4 100644 --- a/MdePkg/Library/BaseLib/MultU64x32.c +++ b/MdePkg/Library/BaseLib/MultU64x32.c @@ -25,6 +25,8 @@ unsigned value Multiplier and generates a 64-bit unsigned result. This 64- bit unsigned result is returned. + If the result overflows, then ASSERT(). + @param Multiplicand A 64-bit unsigned value. @param Multiplier A 32-bit unsigned value.