]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/DxeIpl/Debug.c
change the GetPcd64 to FixedGetPcd64 to pass ECC
[mirror_edk2.git] / DuetPkg / DxeIpl / Debug.c
index 248ffb2440050f31c3513111b261fc60edac86eb..26f7ce0037c2be3779da1ff1a072f38f76189a52 100644 (file)
@@ -19,6 +19,7 @@ Revision History:
 **/\r
 \r
 #include "DxeIpl.h"\r
+#include "SerialStatusCode.h"\r
 \r
 UINT8 *mCursor;\r
 UINT8 mHeaderIndex = 10;\r
@@ -96,6 +97,6 @@ PrintString (
   //\r
   // All information also output to serial port.\r
   //\r
-  DebugSerialPrint (String);\r
+  DebugSerialPrint ((CHAR8*)String);\r
 }\r
 \r