Fix the build bugs for these three files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5900 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -277,7 +277,7 @@ GetFormSetGuid (
|
||||
switch (OpCode->OpCode) {
|
||||
case EFI_IFR_FORM_SET_OP:
|
||||
FormSet = (EFI_IFR_FORM_SET *) OpCode;
|
||||
CopyGuid (FormSetGuid, &FormSet->Guid);
|
||||
CopyMem (FormSetGuid, &FormSet->Guid, sizeof (EFI_GUID));
|
||||
return;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user