Changeset a71d9af9 in mainline for libc/arch/mips32/include/psthread.h
- Timestamp:
- 2006-03-24T00:51:14Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 86d05fae
- Parents:
- e708063
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/mips32/include/psthread.h
re708063 ra71d9af9 32 32 #include <types.h> 33 33 34 #define SP_DELTA (8) 34 /* +16 is just for sure that the called function 35 * have space to store it's arguments 36 */ 37 #define SP_DELTA (8+16) 35 38 36 39 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.