diff options
Diffstat (limited to 'cache-utils.h')
-rw-r--r-- | cache-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cache-utils.h b/cache-utils.h index 19b24ab4e1..8847dbbf7b 100644 --- a/cache-utils.h +++ b/cache-utils.h @@ -3,7 +3,7 @@ #include "config-host.h" -#ifdef HOST_PPC +#if defined HOST_PPC || defined HOST_PPC64 struct qemu_cache_conf { unsigned long dcache_bsize; unsigned long icache_bsize; |