]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Universal/StatusCode/Pei/SerialStatusCodeWorker.c
Fix bug which define different PCD with same token number in EdkModulePkg.spd.
[mirror_edk2.git] / EdkModulePkg / Universal / StatusCode / Pei / SerialStatusCodeWorker.c
index fc22b624eceeaeee5cc859004714b306fccad85e..049e4ef778e33001c7f64262494a2c3e40cf5294 100644 (file)
@@ -141,7 +141,7 @@ SerialStatusCodeReportWorker (
   //\r
   // Callout to SerialPort Lib function to do print.\r
   //\r
-  SerialPortWrite (Buffer, CharCount);\r
+  SerialPortWrite ((UINT8 *) Buffer, CharCount);\r
 \r
   return EFI_SUCCESS;\r
 }\r