Changeset e3c762cd in mainline for arch/mips32/include/exception.h
- Timestamp:
- 2006-05-05T11:59:19Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- de07bcf
- Parents:
- 22cf454d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/exception.h
r22cf454d re3c762cd 94 94 }; 95 95 96 static inline void istate_set_retaddr(istate_t *istate, __address retaddr) 97 { 98 /* TODO */ 99 } 100 96 101 extern void exception(istate_t *istate); 97 102 extern void tlb_refill_entry(void);
Note:
See TracChangeset
for help on using the changeset viewer.