mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
edk2/EdkCompatibilityPkg/Foundation/Protocol/Performance/Performance.h:
Change type for PdbFileName to CHAR8 from UINT8 since it is a string. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5301 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b562e7f509
commit
b233cbe5cc
@ -54,7 +54,7 @@ typedef struct {
|
||||
UINT64 StartTick;
|
||||
UINT64 EndTick;
|
||||
EFI_GUID GuidName;
|
||||
UINT8 PdbFileName[EFI_PERF_PDBFILENAME_LENGTH];
|
||||
CHAR8 PdbFileName[EFI_PERF_PDBFILENAME_LENGTH];
|
||||
UINT8 Phase;
|
||||
} EFI_GAUGE_DATA ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user