summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-27 03:18:10 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-27 03:18:10 +0000
commitb233cbe5cc832b56c25cc95a33684de68976961b (patch)
tree92e050ce7bc02fc6ddb1e6ae49ed7c559f10dba9
parentb562e7f50959e87e8110873da6641cad1b6a9f35 (diff)
downloadedk2-platforms-b233cbe5cc832b56c25cc95a33684de68976961b.tar.xz
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
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/Performance/Performance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/Performance/Performance.h b/EdkCompatibilityPkg/Foundation/Protocol/Performance/Performance.h
index 8cc3b2b2e3..9b0aecb5b1 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/Performance/Performance.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/Performance/Performance.h
@@ -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 ;