Make arm-emu work.
This commit is contained in:
parent
c8fd2ddf6d
commit
c311ced5d7
8 changed files with 22 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
#if defined(__ia64__)
|
||||
#if defined(__ia64__) || defined (__arm__) || defined (__aarch64__)
|
||||
#include <grub/cache.h>
|
||||
|
||||
void __clear_cache (char *beg, char *end);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue