]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibMmx/SetMem64Wrapper.c
1. Change 0 == Length style to Length == 0
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibMmx / SetMem64Wrapper.c
index 0cfcb9fa4b385cc549d0cf212b5e799277e261d6..b4542e4952f5e7f9a3ef26036cc3e32544b7ae9d 100644 (file)
 \r
   Module Name:  SetMem64Wrapper.c\r
 \r
-  The following BaseMemoryLib instances share the same version of this file:\r
+  The following BaseMemoryLib instances contain the same copy of this file:\r
 \r
     BaseMemoryLib\r
     BaseMemoryLibMmx\r
     BaseMemoryLibSse2\r
     BaseMemoryLibRepStr\r
+    BaseMemoryLibOptDxe\r
+    BaseMemoryLibOptPei\r
     PeiMemoryLib\r
     DxeMemoryLib\r
 \r
@@ -52,7 +54,7 @@ SetMem64 (
   IN UINT64  Value\r
   )\r
 {\r
-  if (0 == Length) {\r
+  if (Length == 0) {\r
     return Buffer;\r
   }\r
 \r