]> git.proxmox.com Git - mirror_edk2.git/commitdiff
add (UINT8 *) type cast to fix ICC build failure.
authorniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 29 Jun 2011 07:15:58 +0000 (07:15 +0000)
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 29 Jun 2011 07:15:58 +0000 (07:15 +0000)
Signed-off-by: niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11926 6f19259b-4bc3-4df7-8a09-765794883524

DuetPkg/EfiLdr/Debug.c

index f4cd7c15ed6c0addd6ba21028479efe232534cbf..84b2772112cb1c1851f33226d6b014af4015867b 100644 (file)
@@ -74,6 +74,6 @@ PrintString (
   //\r
   // All information also output to serial port.\r
   //\r
-  SerialPortWrite (PrintBuffer, Index);\r
+  SerialPortWrite ((UINT8 *) PrintBuffer, Index);\r
 }\r
 \r