]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/DxeIpl/Debug.c
Needed to fix defaulting / to be \ as it is required by EFI Simple File System.
[mirror_edk2.git] / DuetPkg / DxeIpl / Debug.c
index 31b89fc49ef7bdb7103282fccdfd5db9dc25c370..26f7ce0037c2be3779da1ff1a072f38f76189a52 100644 (file)
@@ -97,6 +97,6 @@ PrintString (
   //\r
   // All information also output to serial port.\r
   //\r
-  DebugSerialPrint (String);\r
+  DebugSerialPrint ((CHAR8*)String);\r
 }\r
 \r