Fix missing return

This commit is contained in:
Justin C. Miller
2018-04-24 08:54:38 -07:00
parent 0a6c39ded4
commit eb13f1f4fb

View File

@@ -73,6 +73,7 @@ memory_init_pointer_fixup(EFI_BOOT_SERVICES *bootsvc, EFI_RUNTIME_SERVICES *runs
CHECK_EFI_STATUS_OR_RETURN(status, "Failed to allocate page table pages.");
new_pml4 = (uint64_t *)addr;
return EFI_SUCCESS;
}
void