* grub-core/kern/misc.c (grub_abort): Make static

This commit is contained in:
Vladimir Serbinenko 2013-10-27 14:13:39 +01:00
parent a60dae7e4e
commit a8f15bceea
7 changed files with 19 additions and 21 deletions

View file

@ -511,7 +511,7 @@ grub_efi_mm_init (void)
grub_printf ("printing memory map\n");
print_memory_map (memory_map, desc_size,
NEXT_MEMORY_DESCRIPTOR (memory_map, map_size));
grub_abort ();
grub_fatal ("Debug. ");
#endif
/* Release the memory maps. */