Changeset 77593a76 in mainline


Ignore:
Timestamp:
2005-11-07T12:54:01Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
17a20bc
Parents:
cd7a87d
Message:

sp should not be decremented after last save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/src/ivt.S

    rcd7a87d r77593a76  
    9292        st8 [r12] = r27, -8     /* save ar.rnat */
    9393        st8 [r12] = r28, -8     /* save ar.bspstore */
    94         st8 [r12] = r29, -8     /* save ar.bsp */
     94        st8 [r12] = r29         /* save ar.bsp */
    9595       
    9696        mov ar.rsc = r24        /* restore RSE's setting */
Note: See TracChangeset for help on using the changeset viewer.