From d811bebb3c28b626da2bb9ad867ee22df12cbb72 Mon Sep 17 00:00:00 2001 From: Gavin Xue Date: Wed, 13 Jul 2022 16:17:21 +0800 Subject: [PATCH] Fix build error caused by non-ASCII characters If customer uses a non-English version (e.g. Chinese) Windows OS, the build error will happen. Signed-off-by: Gavin Xue --- .../LoaderPerformanceLib/LoaderPerformancePrintLib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BootloaderCommonPkg/Library/LoaderPerformanceLib/LoaderPerformancePrintLib.c b/BootloaderCommonPkg/Library/LoaderPerformanceLib/LoaderPerformancePrintLib.c index ff8a4fa9..e770a6ee 100644 --- a/BootloaderCommonPkg/Library/LoaderPerformanceLib/LoaderPerformancePrintLib.c +++ b/BootloaderCommonPkg/Library/LoaderPerformanceLib/LoaderPerformancePrintLib.c @@ -231,11 +231,11 @@ CsmePerfIdToStr ( case 18: return "PMC indicated CSME that TCO_S0 was asserted"; case 19: - return "PMC sent Core Reset Done Ack – Sent message to CSME"; + return "PMC sent Core Reset Done Ack - Sent message to CSME"; case 20: - return "ACM Active indication – ACM started its execution"; + return "ACM Active indication - ACM started its execution"; case 21: - return "ACM Done indication – ACM completed execution"; + return "ACM Done indication - ACM completed execution"; case 22: return "BIOS sent DRAM Init Done message"; case 23: