Fix for native miscompilation
This commit is contained in:
parent
ade85305f8
commit
6abdf8e20d
6 changed files with 21 additions and 30 deletions
|
@ -154,6 +154,9 @@ grub_main (void)
|
|||
|
||||
/* Load pre-loaded modules and free the space. */
|
||||
grub_register_exported_symbols ();
|
||||
#ifdef GRUB_LINKER_HAVE_INIT
|
||||
grub_arch_dl_init_linker ();
|
||||
#endif
|
||||
grub_load_modules ();
|
||||
|
||||
/* Hello. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue