]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibMmx/SetMemWrapper.c
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibMmx / SetMemWrapper.c
index f60691da406fb2fce8cb3984525821322ae586c6..6d6ec38ae22070e751f98129fed9fd3c64b640e4 100644 (file)
@@ -12,8 +12,8 @@
     PeiMemoryLib\r
     UefiMemoryLib\r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   http://opensource.org/licenses/bsd-license.php\r
@@ -85,6 +85,7 @@ SetMemN (
 {\r
   if (sizeof (UINTN) == sizeof (UINT64)) {\r
     return SetMem64 (Buffer, Length, (UINT64)Value);\r
+  } else {\r
+    return SetMem32 (Buffer, Length, (UINT32)Value);\r
   }\r
-  return SetMem32 (Buffer, Length, (UINT32)Value);\r
 }\r