Revision ab19b0ec

b/target-arm/helper.c
674 674
    /* ??? Should only do this if Configuration Control Register
675 675
       STACKALIGN bit is set.  */
676 676
    if (env->regs[13] & 4) {
677
        env->regs[13] += 4;
677
        env->regs[13] -= 4;
678 678
        xpsr |= 0x200;
679 679
    }
680 680
    /* Switch to the handler mode.  */

Also available in: Unified diff