]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/DxeIpl/Debug.c
Fix UnixGcc build failures.
[mirror_edk2.git] / DuetPkg / DxeIpl / Debug.c
index 950c06b118a802a8e3ac6f95cb14e6fcdb6bc8e4..1cb7e39c80361e4b922e0ab200987d64d1aeb485 100644 (file)
@@ -77,6 +77,6 @@ PrintString (
   //\r
   // All information also output to serial port.\r
   //\r
-  SerialPortWrite (PrintBuffer, Index);\r
+  SerialPortWrite ((UINT8 *) PrintBuffer, Index);\r
 }\r
 \r