Update DxeCore for the performance infrastructure updates: Use Raw sting to replace XXX_TOKEN
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7567 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -258,8 +258,8 @@ DxeMain (
|
||||
// Call constructor for all libraries
|
||||
//
|
||||
ProcessLibraryConstructorList (gDxeCoreImageHandle, gDxeCoreST);
|
||||
PERF_END (0,PEI_TOK, NULL, 0) ;
|
||||
PERF_START (0,DXE_TOK, NULL, 0) ;
|
||||
PERF_END (0,"PEI", NULL, 0) ;
|
||||
PERF_START (0,"DXE", NULL, 0) ;
|
||||
|
||||
//
|
||||
// Initialize the Global Coherency Domain Services
|
||||
|
Reference in New Issue
Block a user