From b233cbe5cc832b56c25cc95a33684de68976961b Mon Sep 17 00:00:00 2001 From: jljusten Date: Tue, 27 May 2008 03:18:10 +0000 Subject: [PATCH] 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 --- .../Foundation/Protocol/Performance/Performance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; -- 2.39.2