]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/DxeIpl/Debug.c
ArmVirtPkg: reinstate timer unmask quirk for Xen
[mirror_edk2.git] / DuetPkg / DxeIpl / Debug.c
index 950c06b118a802a8e3ac6f95cb14e6fcdb6bc8e4..800f0080e08c9210d84bd05352351c4853c696df 100644 (file)
@@ -52,6 +52,7 @@ ClearScreen (
 }\r
 \r
 VOID\r
+EFIAPI\r
 PrintString (\r
   IN CONST CHAR8  *FormatString,\r
   ...\r
@@ -77,6 +78,6 @@ PrintString (
   //\r
   // All information also output to serial port.\r
   //\r
-  SerialPortWrite (PrintBuffer, Index);\r
+  SerialPortWrite ((UINT8 *) PrintBuffer, Index);\r
 }\r
 \r