]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/translate_init.c
Always make all PowerPC exception definitions visible.
[qemu.git] / target-ppc / translate_init.c
index c6b744698c7aab8be2605e24cb74aae4ce4113b0..1a089092048f560620e7c7b8755c111eae2cb79d 100644 (file)
@@ -2609,9 +2609,7 @@ static void init_excp_970 (CPUPPCState *env)
     env->excp_vectors[POWERPC_EXCP_PROGRAM]  = 0x00000700;
     env->excp_vectors[POWERPC_EXCP_FPU]      = 0x00000800;
     env->excp_vectors[POWERPC_EXCP_DECR]     = 0x00000900;
-#if defined(TARGET_PPC64H) /* PowerPC 64 with hypervisor mode support */
     env->excp_vectors[POWERPC_EXCP_HDECR]    = 0x00000980;
-#endif
     env->excp_vectors[POWERPC_EXCP_SYSCALL]  = 0x00000C00;
     env->excp_vectors[POWERPC_EXCP_TRACE]    = 0x00000D00;
     env->excp_vectors[POWERPC_EXCP_PERFM]    = 0x00000F00;