1) Initialize return value for UefiOp for all execution path.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6748 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2008-11-27 02:43:22 +00:00
parent f875a4f16e
commit e24d48ac46
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ QuestionOpFwToUefi (
}
}
*UefiOp = (UINT8) (FRAMEWORK_EFI_IFR_LAST_OPCODE + 1);
return EFI_NOT_FOUND;
}