Fix disabling modules in EFI loader

This commit is contained in:
K. Lange 2018-07-21 20:20:45 +09:00
parent d0f57d10cb
commit 38bfc4e8f7
1 changed files with 2 additions and 0 deletions

View File

@ -836,6 +836,8 @@ _try_module_again:
print_("Error opening "); print_(*c); print_(" "); print_hex_(status); print_("\n"); print_("Error opening "); print_(*c); print_(" "); print_hex_(status); print_("\n");
while (1) { }; while (1) { };
} }
} else {
multiboot_header.mods_count--;
} }
c++; c++;
} }