]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/EfiLdr/Debug.c
add (UINT8 *) type cast to fix ICC build failure.
[mirror_edk2.git] / 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