Changeset 0a447ab in mainline
- Timestamp:
- 2010-07-19T20:51:01Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7b213f2
- Parents:
- c8dea4f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/exception.h
rc8dea4f r0a447ab 108 108 NO_TRACE static inline unative_t istate_get_fp(istate_t *istate) 109 109 { 110 /* FIXME */ 111 112 return 0; 110 return istate->sp; 113 111 } 114 112
Note:
See TracChangeset
for help on using the changeset viewer.