Revision a32ff1ad linux-user/main.c

b/linux-user/main.c
2168 2168
        }
2169 2169
        cpu_ppc_register(env, def);
2170 2170
        cpu_ppc_reset(env);
2171
        env->msr = regs->msr & ~((1 << 6) | (1 << 12) | (1 << 13));
2172 2171
#if defined(TARGET_PPC64)
2173 2172
#if defined(TARGET_ABI32)
2174 2173
        env->msr &= ~((target_ulong)1 << MSR_SF);

Also available in: Unified diff