]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ICC Cleanup: add (UINT8 *) typecast.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 18 Nov 2008 08:05:32 +0000 (08:05 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 18 Nov 2008 08:05:32 +0000 (08:05 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6586 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsSerialStatusCode/BsSerialStatusCode.c

index 35fb9a00a452ac39c3eab8ae7b170a77694ba3e9..9c42cb198d8899adc6ca4603eb97a0a7b158a067 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation                                                         \r
+Copyright (c) 2004 - 2008, Intel Corporation                                                         \r
 All rights reserved. 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
@@ -2317,7 +2317,7 @@ Returns:
     //\r
     // Callout to platform Lib function to do print.\r
     //\r
-    DebugSerialPrint (Buffer);\r
+    DebugSerialPrint ((UINT8 *) Buffer);\r
   }\r
   //\r
   // Debug code to display human readable code information.\r
@@ -2369,7 +2369,7 @@ Returns:
         Instance\r
         );\r
 \r
-      DebugSerialPrint (Buffer);\r
+      DebugSerialPrint ((UINT8 *) Buffer);\r
     }\r
   }\r
 #endif\r