Changeset 75e1db0 in mainline for arch/sparc64/src/context.S
- Timestamp:
- 2005-12-19T22:41:07Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d6e8529
- Parents:
- 031e264
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/src/context.S
r031e264 r75e1db0 52 52 stx %sp, [\r + OFFSET_SP] 53 53 stx %fp, [\r + OFFSET_FP] 54 stx %i7, [\r + OFFSET_I7] 54 55 .endm 55 56 … … 63 64 ldx [\r + OFFSET_SP], %sp 64 65 ldx [\r + OFFSET_FP], %fp 66 ldx [\r + OFFSET_I7], %i7 65 67 .endm 66 68
Note:
See TracChangeset
for help on using the changeset viewer.