Succesfully loaded return-only module on ia64-emu

This commit is contained in:
phcoder 2011-01-02 14:09:58 +01:00
parent 6f49d0aacb
commit f9c30af6d0
8 changed files with 368 additions and 7 deletions

View file

@ -48,3 +48,12 @@ grub_emu_init (void)
{
grub_no_autoload = 1;
}
#ifdef __ia64__
grub_size_t
grub_arch_dl_get_tramp_size (const void *ehdr __attribute__ ((unused)),
unsigned sec __attribute__ ((unused)))
{
return ~(grub_size_t)0;
}
#endif