Changeset 75d5721 in mainline for src/main/main.c


Ignore:
Timestamp:
2005-09-01T08:18:26Z (20 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dbe9ff0
Parents:
d9f81af3
Message:

Universal exception handler and all exceptions routine to call it added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/main.c

    rd9f81af3 r75d5721  
    133133void main_bsp_separated_stack(void)
    134134{
     135
     136        int a;
    135137        vm_t *m;
    136138        task_t *k;
     
    158160
    159161        cpu_init();
    160        
     162
    161163        calibrate_delay_loop();
    162164       
Note: See TracChangeset for help on using the changeset viewer.