Changeset 2277e03 in mainline for kernel/arch/mips32/src/mips32.c
- Timestamp:
- 2013-03-07T22:53:05Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 850235d, e4a1497
- Parents:
- 31399f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mips32.c
r31399f3 r2277e03 228 228 { 229 229 supervisor_sp = 230 (uintptr_t) &THREAD->kstack[STACK_SIZE - SP_DELTA];230 (uintptr_t) &THREAD->kstack[STACK_SIZE]; 231 231 } 232 232
Note:
See TracChangeset
for help on using the changeset viewer.