Changeset 5d2ab23 in mainline for generic/src/main/main.c


Ignore:
Timestamp:
2006-01-17T20:52:33Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
64c44e8
Parents:
77147d6
Message:

Commit of the falloc_bad branch to trunk (719:723).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/main/main.c

    r77147d6 r5d2ab23  
    123123       
    124124        context_save(&ctx);
    125         context_set(&ctx, FADDR(main_bsp_separated_stack), config.base + config.kernel_size, CONFIG_STACK_SIZE);
     125        context_set(&ctx, FADDR(main_bsp_separated_stack), config.base + config.kernel_size - CONFIG_STACK_SIZE, CONFIG_STACK_SIZE);
    126126        context_restore(&ctx);
    127127        /* not reached */
Note: See TracChangeset for help on using the changeset viewer.