Revision 7863667f target-ppc/op_helper.c

b/target-ppc/op_helper.c
33 33
#define MEMSUFFIX _kernel
34 34
#include "op_helper.h"
35 35
#include "op_helper_mem.h"
36
#if defined(TARGET_PPC64H)
37 36
#define MEMSUFFIX _hypv
38 37
#include "op_helper.h"
39 38
#include "op_helper_mem.h"
40 39
#endif
41
#endif
42 40

  
43 41
//#define DEBUG_OP
44 42
//#define DEBUG_EXCEPTIONS
......
1475 1473
    __do_rfi(env->spr[SPR_SRR0], env->spr[SPR_SRR1],
1476 1474
             ~((target_ulong)0xFFFF0000), 0);
1477 1475
}
1478
#endif
1479
#if defined(TARGET_PPC64H)
1476

  
1480 1477
void do_hrfid (void)
1481 1478
{
1482 1479
    __do_rfi(env->spr[SPR_HSRR0], env->spr[SPR_HSRR1],

Also available in: Unified diff