mirror of https://github.com/acidanthera/audk.git
temp fix to remove "VOID" appended to Autogen.c
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1623 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d48c170d67
commit
8d6ff4155f
|
@ -1509,14 +1509,12 @@ public class AutoGen {
|
|||
fileBuffer.append(" Status = ");
|
||||
fileBuffer.append(libInstanceList.get(i)[0]);
|
||||
fileBuffer.append("();\r\n");
|
||||
fileBuffer.append(" VOID\r\n");
|
||||
} else {
|
||||
switch (CommonDefinition.getModuleType(moduleType)) {
|
||||
case CommonDefinition.ModuleTypeBase:
|
||||
fileBuffer.append(" Status = ");
|
||||
fileBuffer.append(libInstanceList.get(i)[0]);
|
||||
fileBuffer.append("();\r\n");
|
||||
fileBuffer.append(" VOID\r\n");
|
||||
break;
|
||||
case CommonDefinition.ModuleTypePeiCore:
|
||||
case CommonDefinition.ModuleTypePeim:
|
||||
|
|
Loading…
Reference in New Issue