Revision cbeb0857

b/target-mips/translate.c
1486 1486
        /* Jump to register */
1487 1487
        if (offset != 0 && offset != 16) {
1488 1488
            /* Hint = 0 is JR/JALR, hint 16 is JR.HB/JALR.HB, the
1489
              others are reserved. */
1489
               others are reserved. */
1490 1490
            generate_exception(ctx, EXCP_RI);
1491 1491
            return;
1492 1492
        }
......
4629 4629

  
4630 4630
    /* make sure instructions are on a word boundary */
4631 4631
    if (ctx->pc & 0x3) {
4632
        env->CP0_BadVAddr = ctx->pc;
4632 4633
        generate_exception(ctx, EXCP_AdEL);
4633 4634
        return;
4634 4635
    }

Also available in: Unified diff