memset was done twice

This commit is contained in:
Fredrik Holmqvist
2017-01-06 19:39:58 +01:00
parent c337460525
commit 57b59d47c5
-2
View File
@@ -277,8 +277,6 @@ efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *systemTable)
kBootServices = systemTable->BootServices;
kRuntimeServices = systemTable->RuntimeServices;
memset(&args, 0, sizeof(stage2_args));
call_ctors();
console_init();