]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/EfiLdr/Debug.c
BaseTools: Workspace - use built in OrderedDict instead of custom version.
[mirror_edk2.git] / DuetPkg / EfiLdr / Debug.c
index f4cd7c15ed6c0addd6ba21028479efe232534cbf..07272928cd40b395f9ba28ba2a375196b2536b17 100644 (file)
@@ -49,6 +49,7 @@ ClearScreen (
 }\r
 \r
 VOID\r
+EFIAPI\r
 PrintString (\r
   IN CONST CHAR8  *FormatString,\r
   ...\r
@@ -74,6 +75,6 @@ PrintString (
   //\r
   // All information also output to serial port.\r
   //\r
-  SerialPortWrite (PrintBuffer, Index);\r
+  SerialPortWrite ((UINT8 *) PrintBuffer, Index);\r
 }\r
 \r