Revision 0f89cc7b

b/target-ppc/helper.c
2593 2593
#if 0 /* Fix this: not on all targets */
2594 2594
    new_msr &= ~((target_ulong)1 << MSR_PMM);
2595 2595
#endif
2596
    new_msr &= ~((target_ulong)1 << MSR_LE);
2597 2596
    if (msr_ile)
2598 2597
        new_msr |= (target_ulong)1 << MSR_LE;
2599 2598
    else

Also available in: Unified diff