Changeset f58af46 in mainline for arch/mips32/include/exception.h
- Timestamp:
- 2006-05-05T15:14:34Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c6c59ccd
- Parents:
- e8194664
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/exception.h
re8194664 rf58af46 96 96 static inline void istate_set_retaddr(istate_t *istate, __address retaddr) 97 97 { 98 /* TODO */98 istate->epc = retaddr; 99 99 } 100 100
Note:
See TracChangeset
for help on using the changeset viewer.