From 3597bcbe27b9a00002db25fa8a43415e1168d14f Mon Sep 17 00:00:00 2001 From: qwang12 Date: Sat, 8 Nov 2008 04:36:22 +0000 Subject: Check the GUID too before identify the opcode is a LABEL, otherwise it may treat other GUID opcode as a LABEL and mess up the FormSet. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6433 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Library/ExtendedIfrSupportLib/Common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/Library/ExtendedIfrSupportLib/Common.c') diff --git a/MdeModulePkg/Library/ExtendedIfrSupportLib/Common.c b/MdeModulePkg/Library/ExtendedIfrSupportLib/Common.c index e74c709df7..e5d11b5c33 100644 --- a/MdeModulePkg/Library/ExtendedIfrSupportLib/Common.c +++ b/MdeModulePkg/Library/ExtendedIfrSupportLib/Common.c @@ -53,7 +53,7 @@ ExtendedIfrSupportLibConstructor ( -GLOBAL_REMOVE_IF_UNREFERENCED EFI_GUID mIfrVendorGuid = EFI_IFR_TIANO_GUID; +GLOBAL_REMOVE_IF_UNREFERENCED CONST EFI_GUID mIfrVendorGuid = EFI_IFR_TIANO_GUID; /** Extract formset class for given HII handle. -- cgit v1.2.3