Fix compilation errors

This commit is contained in:
phcoder 2011-01-03 02:28:14 +01:00
parent 0718f66d12
commit c18271ed00
8 changed files with 31 additions and 11 deletions

View file

@ -1234,7 +1234,7 @@ struct grub_efi_block_io
};
typedef struct grub_efi_block_io grub_efi_block_io_t;
#if GRUB_TARGET_SIZEOF_VOID_P == 4
#if (GRUB_TARGET_SIZEOF_VOID_P == 4) || defined (__ia64__)
#define efi_call_0(func) func()
#define efi_call_1(func, a) func(a)