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:
klu2 2007-02-28 03:24:10 +00:00
parent 9c3894aec7
commit c3ebca2cf3
1 changed files with 1 additions and 1 deletions

View File

@ -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