Revision ac9eb073 target-ppc/helper.c

b/target-ppc/helper.c
512 512

  
513 513
//    printf("%s 0\n", __func__);
514 514
    is_user = flags & 0x01;
515
    access_type = flags & ~0x01;
515
    access_type = env->access_type;
516 516
    if (env->user_mode_only) {
517 517
        /* user mode only emulation */
518 518
        ret = -1;

Also available in: Unified diff