Revision 414f5d14 target-ppc/mem_helper.c

b/target-ppc/mem_helper.c
140 140
{
141 141
    int dcbz_size = env->dcache_line_size;
142 142

  
143
#if !defined(CONFIG_USER_ONLY) && defined(TARGET_PPC64)
143
#if defined(TARGET_PPC64)
144 144
    if (!is_dcbzl &&
145 145
        (env->excp_model == POWERPC_EXCP_970) &&
146 146
        ((env->spr[SPR_970_HID5] >> 7) & 0x3) == 1) {

Also available in: Unified diff