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
This commit is contained in:
qwang12
2008-11-08 04:36:22 +00:00
parent 2563c29363
commit 3597bcbe27
3 changed files with 5 additions and 4 deletions

View File

@@ -34,6 +34,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <MdeModuleHii.h>
extern EFI_GUID mIfrVendorGuid;
extern CONST EFI_GUID mIfrVendorGuid;
#endif