Changeset f4c2b6a in mainline for kernel/arch/ppc32/include/exception.h
- Timestamp:
- 2008-06-03T14:59:48Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4fb51
- Parents:
- b63f8569
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/exception.h
rb63f8569 rf4c2b6a 83 83 istate->pc = retaddr; 84 84 } 85 85 86 /** Return true if exception happened while in userspace */ 86 87 #include <panic.h> … … 90 91 return 0; 91 92 } 93 92 94 static inline unative_t istate_get_pc(istate_t *istate) 93 95 {
Note:
See TracChangeset
for help on using the changeset viewer.