diff options
Diffstat (limited to 'target-ppc')
-rw-r--r-- | target-ppc/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 77cf6de71e..87b34600ed 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -68,8 +68,7 @@ #define TARGET_HAS_ICE 1 -/* Load a 32 bit BIOS also on 64 bit machines */ -#if defined (TARGET_PPC64) && defined(CONFIG_USER_ONLY) +#if defined (TARGET_PPC64) #define ELF_MACHINE EM_PPC64 #else #define ELF_MACHINE EM_PPC |