mirror of
https://gitlab.com/qemu-project/edk2.git
synced 2025-06-29 04:33:04 +08:00
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:
@ -743,7 +743,6 @@ public class MsaHeader extends IInternalFrame {
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
private void init(ModuleDefinitionsDocument.ModuleDefinitions inMd) {
|
private void init(ModuleDefinitionsDocument.ModuleDefinitions inMd) {
|
||||||
init();
|
|
||||||
if (inMd != null) {
|
if (inMd != null) {
|
||||||
this.md = inMd;
|
this.md = inMd;
|
||||||
if (md.getSupportedArchitectures() != null) {
|
if (md.getSupportedArchitectures() != null) {
|
||||||
|
Reference in New Issue
Block a user