mirror of https://github.com/acidanthera/audk.git
1. Fix the bug to init "Module Type" twice in Msa Header
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1325 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1fa1cb752a
commit
ad26b00f84
|
@ -743,7 +743,6 @@ public class MsaHeader extends IInternalFrame {
|
|||
|
||||
**/
|
||||
private void init(ModuleDefinitionsDocument.ModuleDefinitions inMd) {
|
||||
init();
|
||||
if (inMd != null) {
|
||||
this.md = inMd;
|
||||
if (md.getSupportedArchitectures() != null) {
|
||||
|
|
Loading…
Reference in New Issue