From 7863667f35531557f10e7f920e4361f621a14e3f Mon Sep 17 00:00:00 2001 From: j_mayer Date: Fri, 16 Nov 2007 14:11:28 +0000 Subject: Always make PowerPC hypervisor mode memory accesses and instructions available for full system emulation, then removing all #if TARGET_PPC64H from micro-ops and code translator. Add new macros to dramatically simplify memory access tables definitions in target-ppc/translate.c. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3654 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-ppc/op_helper.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'target-ppc/op_helper.h') diff --git a/target-ppc/op_helper.h b/target-ppc/op_helper.h index 657825fa28..94cf4673f2 100644 --- a/target-ppc/op_helper.h +++ b/target-ppc/op_helper.h @@ -146,8 +146,6 @@ void do_store_msr (void); void do_rfi (void); #if defined(TARGET_PPC64) void do_rfid (void); -#endif -#if defined(TARGET_PPC64H) void do_hrfid (void); #endif void do_load_6xx_tlb (int is_code); -- cgit v1.2.1