Changeset 8424198 in mainline for arch/ppc32/include/exception.h
- Timestamp:
- 2006-05-18T21:45:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 35f3b8c
- Parents:
- 59477e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/include/exception.h
r59477e3 r8424198 79 79 static inline void istate_set_retaddr(istate_t *istate, __address retaddr) 80 80 { 81 /* TODO */81 istate->pc = retaddr; 82 82 } 83 83
Note:
See TracChangeset
for help on using the changeset viewer.