* grub-core/loader/i386/xnu.c (grub_xnu_boot): Init fsbfreq to

sane value to avoid a spurious warning.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-29 14:53:41 +01:00
parent c4b7e58882
commit 595717e6d4
2 changed files with 6 additions and 1 deletions

View file

@ -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;