Changeset ffdfcf0 in mainline for arch/ia64/include/interrupt.h
- Timestamp:
- 2006-05-06T12:59:30Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ecf3722
- Parents:
- c6c59ccd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/interrupt.h
rc6c59ccd rffdfcf0 109 109 static inline void istate_set_retaddr(istate_t *istate, __address retaddr) 110 110 { 111 /* TODO */ 111 istate->cr_iip = retaddr; 112 istate->cr_ipsr.ri = 0; /* return to instruction slot #0 */ 112 113 } 113 114
Note:
See TracChangeset
for help on using the changeset viewer.