Revision 31a877f2

b/target-alpha/translate.c
685 685
        /* CALL_PAL */
686 686
        if (palcode >= 0x80 && palcode < 0xC0) {
687 687
            /* Unprivileged PAL call */
688
            gen_excp(ctx, EXCP_CALL_PAL + ((palcode & 0x1F) << 6), 0);
688
            gen_excp(ctx, EXCP_CALL_PAL + ((palcode & 0x3F) << 6), 0);
689 689
#if !defined (CONFIG_USER_ONLY)
690 690
        } else if (palcode < 0x40) {
691 691
            /* Privileged PAL code */

Also available in: Unified diff