* grub-core/kern/emu/lite.c: Add missing include of ../ia64/dl_helper.c.
This commit is contained in:
parent
50b3a68db9
commit
fa7eb63dec
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-12-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/emu/lite.c: Add missing include of ../ia64/dl_helper.c.
|
||||
|
||||
2013-12-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Remove grub_memalign on emu.
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#elif defined(__powerpc__)
|
||||
#include "../powerpc/dl.c"
|
||||
#elif defined(__ia64__)
|
||||
#include "../ia64/dl_helper.c"
|
||||
#include "../ia64/dl.c"
|
||||
#elif defined(__arm__)
|
||||
#include "../arm/dl_helper.c"
|
||||
|
|
Loading…
Reference in a new issue