* grub-core/loader/i386/xnu.c (grub_xnu_boot): Init fsbfreq to
sane value to avoid a spurious warning.
This commit is contained in:
parent
c4b7e58882
commit
595717e6d4
2 changed files with 6 additions and 1 deletions
|
@ -969,7 +969,7 @@ grub_xnu_boot (void)
|
|||
grub_size_t devtreelen;
|
||||
int i;
|
||||
struct grub_relocator32_state state;
|
||||
grub_uint64_t fsbfreq;
|
||||
grub_uint64_t fsbfreq = 100000000;
|
||||
int v2 = (grub_xnu_darwin_version >= 11);
|
||||
grub_uint32_t efi_system_table = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue