Changeset 4b2c872d in mainline for src/proc/thread.c
- Timestamp:
- 2005-10-18T09:33:02Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8005218
- Parents:
- 22f7769
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/proc/thread.c
r22f7769 r4b2c872d 196 196 197 197 context_save(&t->saved_context); 198 context_set(&t->saved_context, FADDR(cushion), t->kstack, THREAD_STACK_SIZE);198 context_set(&t->saved_context, FADDR(cushion), (__address) t->kstack, THREAD_STACK_SIZE); 199 199 200 200 the_initialize((the_t *) t->kstack);
Note:
See TracChangeset
for help on using the changeset viewer.