Changeset 4b2c872d in mainline for src/main/main.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/main/main.c
r22f7769 r4b2c872d 247 247 * switch to this cpu's private stack prior to waking kmp up. 248 248 */ 249 context_set(&CPU->saved_context, FADDR(main_ap_separated_stack), CPU->stack, CPU_STACK_SIZE);249 context_set(&CPU->saved_context, FADDR(main_ap_separated_stack), (__address) CPU->stack, CPU_STACK_SIZE); 250 250 context_restore(&CPU->saved_context); 251 251 /* not reached */
Note:
See TracChangeset
for help on using the changeset viewer.