memset was done twice
This commit is contained in:
@@ -277,8 +277,6 @@ efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *systemTable)
|
|||||||
kBootServices = systemTable->BootServices;
|
kBootServices = systemTable->BootServices;
|
||||||
kRuntimeServices = systemTable->RuntimeServices;
|
kRuntimeServices = systemTable->RuntimeServices;
|
||||||
|
|
||||||
memset(&args, 0, sizeof(stage2_args));
|
|
||||||
|
|
||||||
call_ctors();
|
call_ctors();
|
||||||
|
|
||||||
console_init();
|
console_init();
|
||||||
|
|||||||
Reference in New Issue
Block a user