]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/DivU64x64Remainder.c
Fix invalid return status to sync with newest UEFI spec 2.1
[mirror_edk2.git] / MdePkg / Library / BaseLib / DivU64x64Remainder.c
index 0caa5295aa5d2a06629de350a9ba773e64e2031e..acc2d4861988870856b2ae984af04f837be390c6 100644 (file)
 \r
 **/\r
 \r
+//\r
+// Include common header file for this module.\r
+//\r
+\r
+\r
 #include "BaseLibInternals.h"\r
 \r
 /**\r
@@ -38,7 +43,7 @@ EFIAPI
 DivU64x64Remainder (\r
   IN      UINT64                    Dividend,\r
   IN      UINT64                    Divisor,\r
-  OUT     UINT64                    *Remainder\r
+  OUT     UINT64                    *Remainder  OPTIONAL\r
   )\r
 {\r
   ASSERT (Divisor != 0);\r