mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-06-14 04:16:15 -07:00
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 <gavin.xue@intel.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user