Succesfully loaded return-only module on ia64-emu
This commit is contained in:
parent
6f49d0aacb
commit
f9c30af6d0
8 changed files with 368 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue