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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [OpenRISC_SIM_GCC/] [arch/] [support.c] - Diff between revs 584 and 621

Show entire file | Details | Blame | View Log

Rev 584 Rev 621
Line 1... Line 1...
/* Support */
/* Support */
#include "spr_defs.h"
#include "spr_defs.h"
#include "support.h"
#include "support.h"
#include "int.h"
 
 
 
void int_main();
 
 
 
void ext_except(void) {
 
        int_main();
 
}
 
 
 
/* Start function, called by reset exception handler.  */
/* Start function, called by reset exception handler.  */
static char *main_argv[2] = {"NULL", " "};
static char *main_argv[2] = {"NULL", " "};
 
 
void _main(void) {
void _main(void) {

powered by: WebSVN 2.1.0

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