Revision e79ab941

b/target-alpha/translate.c
692 692
            if (ctx->mem_idx & 1)
693 693
                goto invalid_opc;
694 694
            else
695
                gen_excp(ctx, EXCP_CALL_PALP + ((palcode & 0x1F) << 6), 0);
695
                gen_excp(ctx, EXCP_CALL_PALP + ((palcode & 0x3F) << 6), 0);
696 696
#endif
697 697
        } else {
698 698
            /* Invalid PAL call */

Also available in: Unified diff