Changeset f651e80 in mainline for kernel/arch/ppc64/include/exception.h
- Timestamp:
- 2009-01-08T12:07:38Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7447572
- Parents:
- c571f42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc64/include/exception.h
rc571f42 rf651e80 88 88 static inline int istate_from_uspace(istate_t *istate) 89 89 { 90 panic("istate_from_uspace not yet implemented ");90 panic("istate_from_uspace not yet implemented."); 91 91 return 0; 92 92 }
Note:
See TracChangeset
for help on using the changeset viewer.