Changeset 25d7709 in mainline for arch/mips32/include/thread.h
- Timestamp:
- 2006-03-13T20:08:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 631ca4d
- Parents:
- 45d6add
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/thread.h
r45d6add r25d7709 32 32 #include <arch/exception.h> 33 33 34 #define ARCH_THREAD_DATA struct exception_regdump *pstate34 #define ARCH_THREAD_DATA istate_t *istate 35 35 36 36 #endif
Note:
See TracChangeset
for help on using the changeset viewer.