OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [drivers/] [or1200/] [exceptions.c] - Diff between revs 411 and 488

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 411 Rev 488
Line 38... Line 38...
  "A Custom",                                // 1e
  "A Custom",                                // 1e
  "A Custom",                                // 1f
  "A Custom",                                // 1f
};
};
 
 
extern void int_main();
extern void int_main();
 
extern void cpu_timer_tick();
 
 
void (*except_handlers[]) (void ) = {0,    // 0
void (*except_handlers[]) (void ) = {0,    // 0
                                    0,    // 1
                                    0,    // 1
                                    0,    // 2
                                    0,    // 2
                                    0,    // 3
                                    0,    // 3
                                    0,    // 4
                                    0,    // 4
                                    0,    // 5
                                    cpu_timer_tick,    // 5
                                    0,    // 6
                                    0,    // 6
                                    0,    // 7
                                    0,    // 7
                                    int_main,    // 8
                                    int_main,    // 8
                                    0,    // 9
                                    0,    // 9
                                    0,    // a
                                    0,    // a

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.