Revision 82c09f2f

b/target-ppc/kvm.c
135 135
        env->sdr1 = sregs.u.s.sdr1;
136 136

  
137 137
        /* Sync SLB */
138
#ifdef TARGET_PPC64
138 139
        for (i = 0; i < 64; i++) {
139 140
            ppc_store_slb(env, sregs.u.s.ppc64.slb[i].slbe,
140 141
                               sregs.u.s.ppc64.slb[i].slbv);
141 142
        }
143
#endif
142 144

  
143 145
        /* Sync SRs */
144 146
        for (i = 0; i < 16; i++) {

Also available in: Unified diff