Changeset fde6429 in mainline for src/main/main.c


Ignore:
Timestamp:
2005-08-25T21:09:19Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
15bfc78
Parents:
361635c
Message:

Small changes.
Coding style fix in main.c.
Make 'cli' be the first instruction in boot.S again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/main.c

    r361635c rfde6429  
    115115 *
    116116 */
    117 void main_bsp_separated_stack(void) {
     117void main_bsp_separated_stack(void)
     118{
    118119        vm_t *m;
    119120        task_t *k;
Note: See TracChangeset for help on using the changeset viewer.