Changeset 7f1bfce in mainline for src/proc/scheduler.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/scheduler.c
r87be9cfb r7f1bfce 233 233 */ 234 234 context_save(&CPU->saved_context); 235 CPU->saved_context.sp = (__address) &CPU->stack[CPU_STACK_SIZE- 8];235 CPU->saved_context.sp = (__address) &CPU->stack[CPU_STACK_SIZE-SP_DELTA]; 236 236 CPU->saved_context.pc = FADDR(scheduler_separated_stack); 237 237 context_restore(&CPU->saved_context);
Note:
See TracChangeset
for help on using the changeset viewer.