URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 25 |
Rev 33 |
Line 1... |
Line 1... |
/* Support */
|
/* Support */
|
|
|
#ifndef OR1K
|
#ifndef OR32
|
#include <sys/time.h>
|
#include <sys/time.h>
|
#endif
|
#endif
|
|
|
#include "spr_defs.h"
|
#include "spr_defs.h"
|
#include "support.h"
|
#include "support.h"
|
#include "int.h"
|
#include "int.h"
|
|
|
#if OR1K
|
#if OR32
|
void excpt_dummy();
|
void excpt_dummy();
|
void int_main();
|
void int_main();
|
|
|
unsigned long excpt_buserr = (unsigned long) excpt_dummy;
|
unsigned long excpt_buserr = (unsigned long) excpt_dummy;
|
unsigned long excpt_dpfault = (unsigned long) excpt_dummy;
|
unsigned long excpt_dpfault = (unsigned long) excpt_dummy;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.