mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-07 19:45:07 +02:00
The token for PERF_END macro is CHAR8 but not CHAR16
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2407 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9c3894aec7
commit
c3ebca2cf3
@ -339,7 +339,7 @@ Returns:
|
||||
// Setup some platform policy here
|
||||
//
|
||||
PlatformBdsPolicyBehavior (PrivateData, &DriverOptionList, &BootOptionList);
|
||||
PERF_END (0, L"PlatformBds", L"BDS", 0);
|
||||
PERF_END (0, "PlatformBds", "BDS", 0);
|
||||
|
||||
//
|
||||
// BDS select the boot device to load OS
|
||||
|
Loading…
x
Reference in New Issue
Block a user