Changeset 4b2c872d in mainline for arch/ia64/src/context.S
- Timestamp:
- 2005-10-18T09:33:02Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8005218
- Parents:
- 22f7769
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/context.S
r22f7769 r4b2c872d 29 29 .text 30 30 31 .global context_save 32 .global context_restore 31 .global context_save_arch 32 .global context_restore_arch 33 33 34 context_save :34 context_save_arch: 35 35 alloc loc0 = ar.pfs, 1, 8, 0, 0 36 36 mov loc1 = ar.unat ;; … … 113 113 br.ret.sptk.many b0 114 114 115 context_restore :115 context_restore_arch: 116 116 alloc loc0 = ar.pfs, 1, 8, 0, 0 ;; 117 117
Note:
See TracChangeset
for help on using the changeset viewer.