Changeset 7f1bfce in mainline for src/proc/thread.c
- Timestamp:
- 2005-05-17T20:46:19Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6b96ab44
- Parents:
- 87be9cfb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/proc/thread.c
r87be9cfb r7f1bfce 167 167 context_save(&t->saved_context); 168 168 t->saved_context.pc = FADDR(cushion); 169 t->saved_context.sp = (__address) &t->kstack[THREAD_STACK_SIZE- 8];169 t->saved_context.sp = (__address) &t->kstack[THREAD_STACK_SIZE-SP_DELTA]; 170 170 171 171 pri = cpu_priority_high();
Note:
See TracChangeset
for help on using the changeset viewer.