mirror of https://github.com/acidanthera/audk.git
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
|
// Setup some platform policy here
|
||||||
//
|
//
|
||||||
PlatformBdsPolicyBehavior (PrivateData, &DriverOptionList, &BootOptionList);
|
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
|
// BDS select the boot device to load OS
|
||||||
|
|
Loading…
Reference in New Issue